From d0f1fddc7caff969a8b864fa1bff62ac442389f6 Mon Sep 17 00:00:00 2001
From: MaZiFAU <63099053+MaZiFAU@users.noreply.github.com>
Date: Mon, 11 Sep 2023 03:16:03 +0200
Subject: [PATCH] (Regenerated) DemoFiles; Facts; ScrollDetail; ShapeGenerator;
 Endpoints; LambdaExpressions;

ScrollDetail:
+ standarsized method of fact injection and postprocessing (REVISIONIZE)
+ use mwthod for CanonBalls
+ upgraded fallback scrolls.json

DemoFiles:
+ added CanonBall 3D (Calculator)
+ modified to be compatible

Facts:
+ fixed some of the newer Facts
+ added RealLitFact

ShapeGenerator:
+ Prisms now offset along normal
+ fixed some inconsequentially thrown errors

 Endpoints:
+ Fixed getType for FUNTYPE and others

LambdaExpressions:
+ includes FactURIs
+ MMT Tuples will now be c# Tuples
--> Including Isomorphismus for Vector3/?point/RxRxR
+ support ProjL/R
+ upgraded CallAnyFunction for more cases Generics/Interface/Array
+ First attempempt for lambda logic as used in MMT
---
 Assets/Resources/Prefabs/Facts/Prism.prefab   |     5 +-
 .../Prefabs/UI/Facts/Factscreen.prefab        |     4 +-
 Assets/Scripts/GenerateDemoFiles.cs           |   345 +-
 .../AttachedPositionFunctionBehaviour.cs      |     2 +-
 .../FactHandling/Facts/Fact.cs                |    32 +-
 .../FactHandling/Facts/FunctionFact.cs        |    16 +-
 .../FactHandling/Facts/MMTTypes.cs            |    69 +-
 ...Calculator.cs => CanonBallCalculator2D.cs} |    77 +-
 ....cs.meta => CanonBallCalculator2D.cs.meta} |     0
 .../TBD/CanonBallCalculator3D.cs              |   273 +
 .../TBD/CanonBallCalculator3D.cs.meta         |    11 +
 .../Scripts/InventoryStuff/ScrollDetails.cs   |   148 +-
 .../CommunicationProtocoll/Endpoints.cs       |    47 +-
 .../CommunicationProtocoll/MMTConstants.cs    |    25 +-
 .../SOMDocToLambdaExpression.cs               |   344 +-
 .../CommunicationProtocoll/SOMDocs.cs         |    79 +-
 .../Scripts/MeshGenerator/PrismGenerator.cs   |    27 +-
 .../Scripts/MeshGenerator/ShapeGenerator.cs   |     3 +
 .../Extensions/DictionaryExtensions.cs        |    11 +
 .../Utility/Extensions/FuncExtensions.cs      |    35 +
 .../Utility/Extensions/FuncExtensions.cs.meta |    11 +
 .../Extensions/IEnumerableExtensions.cs       |    47 +
 .../Utility/Extensions/TupleExtensions.cs     |     4 +-
 Assets/Scripts/Utility/IJSONsavable.cs        |     2 +-
 Assets/Stages/CanonBall 2D.JSON               |  3578 ++
 ...all A.JSON.meta => CanonBall 2D.JSON.meta} |     2 +-
 Assets/Stages/CanonBall 3D.JSON               |  5755 ++
 Assets/Stages/CanonBall 3D.JSON.meta          |     7 +
 Assets/Stages/CanonBall A.JSON                | 44661 ----------------
 Assets/Stages/TechDemo A.JSON                 |     6 +-
 Assets/Stages/TechDemo A.JSON.meta            |     2 +-
 Assets/Stages/TechDemo B.JSON                 |     6 +-
 Assets/Stages/TechDemo B.JSON.meta            |     2 +-
 Assets/StreamingAssets/scrolls.json           |  7746 +--
 34 files changed, 10686 insertions(+), 52696 deletions(-)
 rename Assets/Scripts/InteractionEngine/TBD/{CanonBallCalculator.cs => CanonBallCalculator2D.cs} (82%)
 rename Assets/Scripts/InteractionEngine/TBD/{CanonBallCalculator.cs.meta => CanonBallCalculator2D.cs.meta} (100%)
 create mode 100644 Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs
 create mode 100644 Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs.meta
 create mode 100644 Assets/Scripts/Utility/Extensions/FuncExtensions.cs
 create mode 100644 Assets/Scripts/Utility/Extensions/FuncExtensions.cs.meta
 create mode 100644 Assets/Stages/CanonBall 2D.JSON
 rename Assets/Stages/{CanonBall A.JSON.meta => CanonBall 2D.JSON.meta} (75%)
 create mode 100644 Assets/Stages/CanonBall 3D.JSON
 create mode 100644 Assets/Stages/CanonBall 3D.JSON.meta
 delete mode 100644 Assets/Stages/CanonBall A.JSON

diff --git a/Assets/Resources/Prefabs/Facts/Prism.prefab b/Assets/Resources/Prefabs/Facts/Prism.prefab
index c0a14162..520027b6 100644
--- a/Assets/Resources/Prefabs/Facts/Prism.prefab
+++ b/Assets/Resources/Prefabs/Facts/Prism.prefab
@@ -84,6 +84,7 @@ MonoBehaviour:
   - {x: -4, y: 0, z: -3}
   - {x: -1, y: 0, z: 1}
   _offset: {x: 0, y: 0.05, z: 0}
+  ExpandBothDirections: 1
 --- !u!1 &4853696702160906218
 GameObject:
   m_ObjectHideFlags: 0
@@ -486,7 +487,7 @@ MeshCollider:
   m_Enabled: 1
   serializedVersion: 4
   m_Convex: 0
-  m_CookingOptions: 30
+  m_CookingOptions: -1
   m_Mesh: {fileID: 0}
 --- !u!95 &9072308735336053453
 Animator:
@@ -554,7 +555,7 @@ Transform:
   m_PrefabAsset: {fileID: 0}
   m_GameObject: {fileID: 7289674876073244909}
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
-  m_LocalPosition: {x: -1.5, y: 1.525, z: -1}
+  m_LocalPosition: {x: -1.4999999, y: 1.5, z: -1.0008824}
   m_LocalScale: {x: 1, y: 1, z: 1}
   m_ConstrainProportionsScale: 0
   m_Children:
diff --git a/Assets/Resources/Prefabs/UI/Facts/Factscreen.prefab b/Assets/Resources/Prefabs/UI/Facts/Factscreen.prefab
index 2abdf705..4ae9c964 100644
--- a/Assets/Resources/Prefabs/UI/Facts/Factscreen.prefab
+++ b/Assets/Resources/Prefabs/UI/Facts/Factscreen.prefab
@@ -348,12 +348,13 @@ MonoBehaviour:
   - OrthogonalCircleLineFact
   - ParallelLineFact
   - PointFact
+  - QuadFact
   - RadiusFact
   - RayFact
   - RightAngleFact
   - TestFact
   - TruncatedConeVolumeFact
-  - TupelFact
+  - TupleFact
   - UnEqualCirclesFact
   PrefabDataConfig:
   - {fileID: 6643637775379894484, guid: 30fcd362f34a9844fba66065924c6143, type: 3}
@@ -379,6 +380,7 @@ MonoBehaviour:
   - {fileID: 8554350198830106250, guid: 9ce7444f588cd054989126eaff75c5f3, type: 3}
   - {fileID: 7510387096843212865, guid: 9f086cfbfeb0dfd46af67395aa17aafa, type: 3}
   - {fileID: 858001163752551619, guid: f019e9f67e8dab947bc60028223b6cec, type: 3}
+  - {fileID: 2846439484187545958, guid: 5dc76e187eae4214697491bfb42773e8, type: 3}
   - {fileID: 2513701074329712390, guid: 5b54aca5b2f2bfa48968656ed3bea181, type: 3}
   - {fileID: 7510387096843212865, guid: d6ee990520a44954fb494468665d19e9, type: 3}
   - {fileID: 3080888058940174091, guid: 389563c758e86d848b3341576b90b7e4, type: 3}
diff --git a/Assets/Scripts/GenerateDemoFiles.cs b/Assets/Scripts/GenerateDemoFiles.cs
index 58ee5d01..11a3c035 100644
--- a/Assets/Scripts/GenerateDemoFiles.cs
+++ b/Assets/Scripts/GenerateDemoFiles.cs
@@ -1,10 +1,11 @@
 using System.Linq;
 using System.Collections.Generic;
 using UnityEngine;
-using static CanonBallProblemCalculator;
+using static CanonBallProblemCalculator2D;
 using Unity.Mathematics;
 using System;
 using REST_JSON_API;
+using MoreLinq;
 
 public class GenerateDemoFiles
 {
@@ -21,7 +22,8 @@ public static void GenerateAll()
         Action[] DemoGeneration = new Action[]{
             GenerateTreeStage,
             GenerateRiverStage,
-            GenerateCanonBallStage
+            GenerateCanonBallStage2D,
+            GenerateCanonBallStage3D
         };
 
         foreach (Action action in DemoGeneration)
@@ -152,33 +154,32 @@ public static void GenerateRiverStage()
         StageStatic.stage.store(false, true);
     }
 
-    public static void GenerateCanonBallStage()
+    public static void GenerateCanonBallStage2D()
     {
         // Params //List<Wall> walls, T starPos, T starVec, T gravity, int dimension
         int
             dim_const = 0,
-            dim_A = 2,
-            dim_B = 1;
-
-        float Py_factor = 0.04905f;
-
-        float2 StartPos_py = new(380, 300);
-        float2 StartVec_py = new(-490, 150);
-        float2 Gravity_py = new(0, -200);
-
-        (int x, int y, int width, int angle_deg, double bounce)[] PythonParams = {
-            (250, 0, 50, 0, 2.0 ),
-            (0, 0, 400, 90, 0.9 ),
-            (400, 0, 400, 90, 0.9),
-            (0, 400, 400, 0, 0.9),
-            (50, 200, 100, 45, 1),
-            (150, 100, 50, 0, 0.9),
-            (200, 200, 100, 120, 0.9),
-            (300, 300, 80, 150, 0.9),
-            (300, 100, 100, 30, 0.8),
-            (50, 50, 100, 60, 0.9),
-            (300, 0, 100, 0, 0.4),
-            (0, 0, 250, 0, 0.1),
+            dim_A = 1,
+            dim_B = 2;
+
+        int Py_factor = 1;// 0.04905f;
+        float Py_bounce = 0.1f;
+
+        float3 StartPos_py = new(0.0f, 300.0f, 380.0f);
+        float3 StartVec_py = new(0.0f, 150.0f, -490.0f);
+        float3 Gravity_py = new(0.0f, -200f, 0.0f);
+
+        (double x1, double x2, double y1, double y2)[] PythonParams = {
+            (-1.0, 0.0, 401.0, 0.0 ),
+            (0.0, -1.0, 0.01, 401.0 ),
+            (400.0, -1.0, 400.01, 401.0),
+            (-1.0, 400.0, 401.0, 400.0),
+            (50.0, 200.0, 120.0, 270.0),
+            (150.0, 100.0, 200.0, 100.0),
+            (150.0, 285.0, 200.0, 200.0),
+            (230.0, 360.0, 300.0, 300.0),
+            (300.0, 100.0, 385.0, 150.0),
+            (50.0, 50.0, 100.0, 135.0),
         };
 
         //Parse PythonParams
@@ -187,34 +188,37 @@ public static void GenerateCanonBallStage()
             StartVec = Vector3.zero,
             Gravity = Vector3.zero;
 
-        StartPos[dim_A] = StartPos_py[0] * Py_factor;
-        StartPos[dim_B] = StartPos_py[1] * Py_factor;
-        StartVec[dim_A] = StartVec_py[0] * Py_factor;
-        StartVec[dim_B] = StartVec_py[1] * Py_factor;
-        Gravity[dim_A] = Gravity_py[0] * Py_factor;
-        Gravity[dim_B] = Gravity_py[1] * Py_factor;
+
+        StartPos[0] = StartPos_py[0];
+        StartPos[1] = StartPos_py[1];
+        StartPos[2] = StartPos_py[2];
+
+        StartVec[0] = StartVec_py[0];
+        StartVec[1] = StartVec_py[1];
+        StartVec[2] = StartVec_py[2];
+
+        Gravity[0] = Gravity_py[0];
+        Gravity[1] = Gravity_py[1];
+        Gravity[2] = Gravity_py[2];
 
         float[,,] Wall_parameter = new float[PythonParams.Length, 2, 2];
-        float[] Bounce_parameter = new float[PythonParams.Length];
         for (uint i = 0; i < PythonParams.Length; i++)
         {
-            Wall_parameter[i, 0, 0] = Py_factor * (PythonParams[i].x);
-            Wall_parameter[i, 0, 1] = Py_factor * (PythonParams[i].y);
-
-            Wall_parameter[i, 1, 0] = Py_factor * (PythonParams[i].x + PythonParams[i].width * Mathf.Cos(MathfExtensions.ToRadians(PythonParams[i].angle_deg)));
-            Wall_parameter[i, 1, 1] = Py_factor * (PythonParams[i].y + PythonParams[i].width * Mathf.Sin(MathfExtensions.ToRadians(PythonParams[i].angle_deg)));
+            Wall_parameter[i, 0, 0] = (float)(Py_factor * (PythonParams[i].x1));
+            Wall_parameter[i, 0, 1] = (float)(Py_factor * (PythonParams[i].x2));
 
-            Bounce_parameter[i] = (float)PythonParams[i].bounce;
+            Wall_parameter[i, 1, 0] = (float)(Py_factor * (PythonParams[i].y1));
+            Wall_parameter[i, 1, 1] = (float)(Py_factor * (PythonParams[i].y2));
         }
 
         // Generate Stage
         Stage demo = new Stage
         (
-            number: 2,
-            category: "Demo Category",
-            name: "CanonBall A",
+            number: 1,
+            category: "CanonBall",
+            name: "CanonBall 2D",
             scene: "RiverWorld",
-            description: "CanonBall Test",
+            description: "CanonBall 2D Test",
             local: false
         );
 
@@ -226,18 +230,39 @@ public static void GenerateCanonBallStage()
         StageStatic.SetStage(demo.name, false);
 
         // Populate Solution
-        List<Wall> Walls = new();
+
+        string BallURI = StageStatic.stage.solution.Add(
+            new PointFact(StartPos, Vector3.up, StageStatic.stage.solution),
+            out _, false, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(BallURI);
+
+        string VecURI = StageStatic.stage.solution.Add(
+            new PointFact(StartVec, StartVec.normalized, StageStatic.stage.solution),
+            out _, false, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(VecURI);
+
+        string GravURI = StageStatic.stage.solution.Add(
+            new PointFact(Gravity, Gravity.normalized, StageStatic.stage.solution),
+            out _, false, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(GravURI);
+
+        string BounceURI = StageStatic.stage.solution.Add(
+            new RealLitFact(Py_bounce, StageStatic.stage.solution),
+            out _, false, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(BounceURI);
+
+        List<LineFact> Walls = new();
         for (int i = 0; i < PythonParams.Length; i++)
         {
             Vector3 tmpVec = Vector3.zero;
 
-            tmpVec[dim_A] = Wall_parameter[i, 0, 0];
-            tmpVec[dim_B] = Wall_parameter[i, 0, 1];
+            tmpVec[dim_A] = Wall_parameter[i, 0, 1];
+            tmpVec[dim_B] = Wall_parameter[i, 0, 0];
             PointFact topA = new(tmpVec, Vector3.up, StageStatic.stage.solution);
             string topAURI = StageStatic.stage.solution.Add(topA, out _, false, null, null);
 
-            tmpVec[dim_A] = Wall_parameter[i, 1, 0];
-            tmpVec[dim_B] = Wall_parameter[i, 1, 1];
+            tmpVec[dim_A] = Wall_parameter[i, 1, 1];
+            tmpVec[dim_B] = Wall_parameter[i, 1, 0];
             PointFact topB = new(tmpVec, Vector3.up, StageStatic.stage.solution);
             string topBURI = StageStatic.stage.solution.Add(topB, out _, true, null, null);
 
@@ -245,15 +270,15 @@ public static void GenerateCanonBallStage()
             string lineURI = StageStatic.stage.solution.Add(topology, out _, true, null, null);
             StageStatic.stage.solution.ExposedSolutionFacts.Add(lineURI);
 
-            Walls.Add(new(topology, Bounce_parameter[i]));
+            Walls.Add(topology);
         }
 
         // Set Solution
         #region  CannonBallScroll
-        StageStatic.stage.solution.Add( // for CannonBallScroll
-            new ListFact(Walls.Select(w => w.Topology.Id).ToArray(), null, new OMS(MMTConstants.TYPE_TO_OMS[typeof(LineFact)]), StageStatic.stage.solution),
-            out bool _, true, null, null
-        );
+        //StageStatic.stage.solution.Add( // for CannonBallScroll
+        //    new ListFact(Walls.Select(w => w.Topology.Id).ToArray(), null, new OMS(MMTConstants.TYPE_TO_OMS[typeof(LineFact)]), StageStatic.stage.solution),
+        //    out bool _, true, null, null
+        //);
 
         // special case for Prototype
         SOMDoc[] RRRRTupel = new SOMDoc[Walls.Count];
@@ -262,8 +287,8 @@ public static void GenerateCanonBallStage()
             RRRRTupel[i] =
                 SOMDoc.MakeTupel(
                     new[] {
-                        SOMDoc.MakeTupel(new OMF[] { new(Walls[i].Topology.Point1.Point[dim_A]), new(Walls[i].Topology.Point1.Point[dim_B]) }),
-                        SOMDoc.MakeTupel(new OMF[] { new(Walls[i].Topology.Point2.Point[dim_A]), new(Walls[i].Topology.Point2.Point[dim_B]) }),
+                        SOMDoc.MakeTupel(new OMF[] { new((float)PythonParams[i].x1), new((float)PythonParams[i].x2) }),
+                        SOMDoc.MakeTupel(new OMF[] { new((float)PythonParams[i].y1), new((float)PythonParams[i].y2) }),
                 });
         }
         StageStatic.stage.solution.Add(
@@ -272,6 +297,162 @@ public static void GenerateCanonBallStage()
         );
         #endregion CannonBallScroll
 
+        CanonBallProblemCalculator2D calc = new(Walls, StartPos, StartVec, Gravity, Py_bounce, dim_const, dim_A, dim_B, StageStatic.stage.solution);
+
+        string attacheFactURI = StageStatic.stage.solution.Add(
+            new AttachedPositionFunction(BallURI, calc.Result_FuncCall_Id.ToArray(), StageStatic.stage.solution),
+            out _, true, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(attacheFactURI);
+
+        //TODO: ~attach funcs + ~cheat?
+        //StageStatic.stage.solution.ValidationSet =
+        //        new List<SolutionOrganizer.SubSolution> {
+        //        new SolutionOrganizer.SubSolution(new HashSet<string> { target_Id }, null, null, new LineFactHightDirectionComparer()),
+        //        new SolutionOrganizer.SubSolution(new HashSet<string> { target_Id }, null, null, new LineSpanningOverRiverWorldComparer()),
+        //        new SolutionOrganizer.SubSolution(null, new List<int> { 1 }, new List<int> { 0 }, new LineFactHightComparer()),
+        //        };
+
+        // Set Gadgets/ Scrolls
+        StageStatic.stage.AllowedGadgets = null;
+        StageStatic.stage.AllowedScrolls = null;
+
+        // Save
+        StageStatic.SetMode(StageStatic.Mode.Create);
+        StageStatic.stage.store(false, true);
+    }
+
+    public static void GenerateCanonBallStage3D()
+    {
+        // Params //List<Wall> walls, T starPos, T starVec, T gravity, int dimension
+        int
+            dim_G = 1,
+            dim_A = 2,
+            dim_B = 0;
+
+        float Py_factor = 0.04905f;
+        float Py_bounce = 0.1f;
+
+        float3 StartPos_py = new(380, 0, 300);
+        float3 StartVec_py = new(-490, 100, 150);
+        float3 Gravity_py = new(0, 0, -200);
+
+        double[,,] PythonWalls = new double[,,] {
+            {
+                { 0, 0, 0 },
+                { 400, 0, 0 },
+                { 400, 0, 400 },
+                { 0, 0, 400 },
+            },{
+                { 0, 400, 0 },
+                { 400, 400, 0 },
+                { 400, 400, 400 },
+                { 0, 400, 400 },
+            },{
+                { 250, 0, 0 },
+                { 300, 0, 0 },
+                { 300, 400, 0 },
+                { 250, 400, 0 },
+            },{
+                { 0, 0, 0 },
+                { 0, 0, 400 },
+                { 0, 400, 400 },
+                { 0, 400, 0 },
+            },{
+                { 400, 0, 0 },
+                { 400, 0, 400 },
+                { 400, 400, 400 },
+                { 400, 400, 0 },
+            },{
+                { 0, 0, 400 },
+                { 400, 0, 400 },
+                { 400, 400, 400 },
+                { 0, 400, 400 },
+            },{
+                { 300, 0, 0 },
+                { 400, 0, 0 },
+                { 400, 400, 0},
+                { 300, 400, 0},
+            },{
+                { 0, 0, 0 },
+                { 250, 0, 0 },
+                { 250, 400, 0 },
+                { 0, 400, 0 },
+            },{
+                { 50, 0, 200 },
+                { 120.7, 0, 270.7 },
+                { 120.7, 200, 270.7 },
+                { 50, 200, 200 },
+            },{
+                { 150, 0, 100 },
+                { 200, 0, 100 },
+                { 200, 200, 100 },
+                { 150, 200, 100 },
+            },{
+                { 150, 0, 286.6 },
+                { 200, 0, 200 },
+                { 200, 200, 200 },
+                { 150, 200, 286.6 },
+            },{
+                { 230.7, 0, 340 },
+                { 300, 0, 300 },
+                { 300, 200, 300 },
+                { 230.7, 200, 340 },
+            },{
+                { 300, 0, 100 },
+                { 386.6, 0, 150 },
+                { 386.6, 200, 150 },
+                { 300, 200, 100 },
+            },{
+                { 50, 0, 50 },
+                { 100, 0, 136.6 },
+                { 100, 200, 136.6 },
+                { 50, 200, 50 },
+        }};
+
+        //Parse PythonParams
+        Vector3
+            StartPos = Vector3.zero,
+            StartVec = Vector3.zero,
+            Gravity = Vector3.zero;
+
+        StartPos[dim_A] = StartPos_py[0] * Py_factor;
+        StartPos[dim_B] = StartPos_py[1] * Py_factor;
+        StartPos[dim_G] = StartPos_py[2] * Py_factor;
+
+        StartVec[dim_A] = StartVec_py[0] * Py_factor;
+        StartVec[dim_B] = StartVec_py[1] * Py_factor;
+        StartVec[dim_G] = StartVec_py[2] * Py_factor;
+
+        Gravity[dim_A] = Gravity_py[0] * Py_factor;
+        Gravity[dim_B] = Gravity_py[1] * Py_factor;
+        Gravity[dim_G] = Gravity_py[2] * Py_factor;
+
+        float[,,] Wall_parameter = new float[PythonWalls.GetLength(0), PythonWalls.GetLength(1), PythonWalls.GetLength(2)];
+        for (int i = 0; i < PythonWalls.GetLength(0); i++)
+            for (int j = 0; j < PythonWalls.GetLength(1); j++)
+                for (int k = 0; k < PythonWalls.GetLength(2); k++)
+                    Wall_parameter[i, j, k] = (float)(PythonWalls[i, j, k] * Py_factor);
+
+        // Generate Stage
+        Stage demo = new Stage
+        (
+            number: 2,
+            category: "CanonBall",
+            name: "CanonBall 3D",
+            scene: "RiverWorld",
+            description: "CanonBall 3D Test",
+            local: false
+        );
+
+        // needed to generate facts
+        StageStatic.StageOfficial = new Dictionary<string, Stage>
+        {
+            { demo.name, demo },
+        };
+        StageStatic.SetStage(demo.name, false);
+
+        // Populate Solution
+
         string BallURI = StageStatic.stage.solution.Add(
             new PointFact(StartPos, Vector3.up, StageStatic.stage.solution),
             out _, false, null, null);
@@ -282,7 +463,61 @@ public static void GenerateCanonBallStage()
             out _, false, null, null);
         StageStatic.stage.solution.ExposedSolutionFacts.Add(VecURI);
 
-        CanonBallProblemCalculator calc = new(Walls, StartPos, StartVec, Gravity, dim_const, dim_A, dim_B, StageStatic.stage.solution);
+        string GravURI = StageStatic.stage.solution.Add(
+            new PointFact(Gravity, Gravity.normalized, StageStatic.stage.solution),
+            out _, false, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(GravURI);
+
+        string BounceURI = StageStatic.stage.solution.Add(
+            new RealLitFact(Py_bounce, StageStatic.stage.solution),
+            out _, false, null, null);
+        StageStatic.stage.solution.ExposedSolutionFacts.Add(BounceURI);
+
+        List<QuadFact> Walls = new();
+        for (int i = 0; i < Wall_parameter.GetLength(0); i++)
+        {
+            Vector3 tmpVec = Vector3.zero;
+            string[] edge = new string[4];
+
+            for (int j = 0; j < Wall_parameter.GetLength(1); j++)
+            {
+                tmpVec[dim_A] = Wall_parameter[i, j, 0];
+                tmpVec[dim_B] = Wall_parameter[i, j, 1];
+                tmpVec[dim_G] = Wall_parameter[i, j, 2];
+
+                PointFact edge_point = new(tmpVec, Vector3.up, StageStatic.stage.solution);
+                edge[j] = StageStatic.stage.solution.Add(edge_point, out _, false, null, null);
+            }
+
+            QuadFact topology = new(edge, StageStatic.stage.solution);
+            string quadURI = StageStatic.stage.solution.Add(topology, out _, true, null, null);
+            StageStatic.stage.solution.ExposedSolutionFacts.Add(quadURI);
+
+            Walls.Add(topology);
+        }
+
+        // Set Solution
+        #region  CannonBallScroll
+        //StageStatic.stage.solution.Add( // for CannonBallScroll
+        //    new ListFact(Walls.Select(q => q.Id).ToArray(), null, new OMS(MMTConstants.TYPE_TO_OMS[typeof(QuadFact)]), StageStatic.stage.solution),
+        //    out bool _, true, null, null
+        //);
+
+        // special case for Prototype
+        SOMDoc[] RRRRTupel = new SOMDoc[Walls.Count];
+        for (int i = 0; i < Walls.Count; i++)
+        {
+            RRRRTupel[i] = SOMDoc.MakeTupel(
+                Walls[i].Pids.Select(p => new OMS(p)).ToArray()
+            );
+        }
+        StageStatic.stage.solution.Add(
+            new ListFact(null, RRRRTupel, null, StageStatic.stage.solution),
+            out bool _, true, null, null
+        );
+        #endregion CannonBallScroll
+
+        CanonBallProblemCalculator3D calc = new(Walls, StartPos, StartVec, Gravity, Py_bounce, dim_G, dim_A, dim_B, StageStatic.stage.solution);
 
         string attacheFactURI = StageStatic.stage.solution.Add(
             new AttachedPositionFunction(BallURI, calc.Result_FuncCall_Id.ToArray(), StageStatic.stage.solution),
diff --git a/Assets/Scripts/InteractionEngine/FactHandling/FactWrapper/AttachedPositionFunctionBehaviour.cs b/Assets/Scripts/InteractionEngine/FactHandling/FactWrapper/AttachedPositionFunctionBehaviour.cs
index 47098061..d7ea61c3 100644
--- a/Assets/Scripts/InteractionEngine/FactHandling/FactWrapper/AttachedPositionFunctionBehaviour.cs
+++ b/Assets/Scripts/InteractionEngine/FactHandling/FactWrapper/AttachedPositionFunctionBehaviour.cs
@@ -96,7 +96,7 @@ void Update()
                 + f_t_to_pos[active_func_ind + 0].Domain.t_0;
         }
 
-        transform.position = (Vector3)f_t_to_pos[active_func_ind].Call(time);
+        transform.position = (Vector3)f_t_to_pos[active_func_ind].Call(time)[0];
         time += Time.deltaTime;
     }
 
diff --git a/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs b/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs
index e34343be..5e657736 100644
--- a/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs
+++ b/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs
@@ -56,10 +56,14 @@ public static class ParsingDictionary
             EqualCirclesFact.parseFact },
         { MMTConstants.UnEqualityCircles,
             UnEqualCirclesFact.parseFact },
-        { MMTConstants.ListLiteral,
-            ListFact.parseFact },
-        { MMTConstants.Wall,
+        { MMTConstants.CreateWall,
             QuadFact.parseFact },
+        { MMTConstants.ListType,
+            ListFact.parseFact },
+        { MMTConstants.Product,
+            TupleFact.parseFact },
+        { MMTConstants.FunctionFact,
+            FunctionFact.parseFact },
     };
 
     // TODO: get rid of this
@@ -96,6 +100,7 @@ public static class ParsingDictionary
 [JsonSubtypes.KnownSubType(typeof(ListFact), nameof(ListFact))]
 [JsonSubtypes.KnownSubType(typeof(TupleFact), nameof(TupleFact))]
 [JsonSubtypes.KnownSubType(typeof(QuadFact), nameof(QuadFact))]
+[JsonSubtypes.KnownSubType(typeof(RealLitFact), nameof(RealLitFact))]
 public abstract class Fact
 {
     /// <summary>
@@ -429,7 +434,7 @@ public static string SendToMMT(MMTFact mmtDecl)
         string uri =
             _SendAdd(
                 CommunicationEvents.ServerAdress + "/fact/add",
-                mmtDecl.ToJson()
+                JsonConvert.SerializeObject(mmtDecl)
         //,(string uri) => _SendURICallback(mmtDecl, uri)
         );//);
 
@@ -884,7 +889,7 @@ public PointFact[] Points {
     private PointFact[] _Points;
 
     [JsonIgnore]
-    public Vector3 Normal;
+    public Vector3 Normal, Tangents, AltTangents;
 
     /// <summary> \copydoc Fact.Fact </summary>
     public QuadFact() : base() { }
@@ -919,12 +924,11 @@ private void Init(string[] pid_corners)
     {
         Pids = pid_corners;
 
-        Normal = Vector3.Cross(
-                Points[0].Point - Points[1].Point,
-                Points[0].Point - Points[2].Point
-            );
+        Tangents = (Points[0].Point - Points[1].Point).normalized;
+        AltTangents = (Points[0].Point - Points[2].Point).normalized;
+        Normal = Vector3.Cross(Tangents, AltTangents).normalized;
 
-        if (Mathf.Approximately(0, Vector3.Dot(Normal, Points[0].Point - Points[3].Point)))
+        if (Math3d.vectorPrecission < Vector3.Dot(Normal, Points[0].Point - Points[3].Point))
             throw new ArgumentException("All Points must lie on the same Plane!");
     }
 
@@ -936,11 +940,11 @@ private void Init(string[] pid_corners)
 
     public override MMTFact MakeMMTDeclaration()
     {
-        SOMDoc tp = new OMA(
-                new OMS(MMTConstants.Wall),
+        SOMDoc tp = new OMS(MMTConstants.Wall);
+        SOMDoc df = new OMA(
+                new OMS(MMTConstants.CreateWall),
                 Pids.Select(pid => new OMS(pid)).ToArray()
-            );
-        SOMDoc df = null;
+            ); ;
 
         return new MMTGeneralFact(Label, tp, df);
     }
diff --git a/Assets/Scripts/InteractionEngine/FactHandling/Facts/FunctionFact.cs b/Assets/Scripts/InteractionEngine/FactHandling/Facts/FunctionFact.cs
index 92e2c5d5..871c438f 100644
--- a/Assets/Scripts/InteractionEngine/FactHandling/Facts/FunctionFact.cs
+++ b/Assets/Scripts/InteractionEngine/FactHandling/Facts/FunctionFact.cs
@@ -34,12 +34,12 @@ public FunctionCallFact(string func_id, string arg_func_id, (float t_0, float t_
         _URI = func_id.ToString() + arg_func_id.ToString() + Domain.ToString();
     }
 
-    public object Call(float t)
+    public object[] Call(float t)
     {
         if (t < Domain.t_0 || t > Domain.t_n)
             return null;
 
-        return Function_in.Function(new object[] { Function_args.Function(new object[] { t }) });
+        return Function_in.Function(Function_args.Function(new object[] { t }));
     }
 
     public override bool HasDependentFacts
@@ -80,7 +80,7 @@ public class FunctionFact : FactWrappedCRTP<FunctionFact>
     public Type[] Signature;
 
     [JsonIgnore]
-    public Func<object[], object> Function;
+    public Func<object[], object[]> Function;
 
     /// <summary> \copydoc Fact.Fact </summary>
     public FunctionFact() : base() { }
@@ -133,12 +133,16 @@ protected override void RecalculateTransform() { }
     /// \copydoc Fact.parseFact(ScrollFact)
     public new static FunctionFact parseFact(MMTFact fact)
     {// TODO Correctness
-        if (((MMTGeneralFact)fact).defines is not OMA defines)
+
+        if (((MMTGeneralFact)fact).defines is not FUN fun
+            && (((MMTGeneralFact)fact).defines is not SFunctionWrapper SFW 
+            || (fun = SFW.SFunction as FUN) == null)
+        )
             return null;
 
-        ParsingDictionary.parseTermsToId.TryAdd(defines.ToString(), fact.@ref.uri);
+        ParsingDictionary.parseTermsToId.TryAdd(fun.ToString(), fact.@ref.uri);
 
-        return new FunctionFact(defines, fact.@ref.uri, StageStatic.stage.factState);
+        return new FunctionFact(fun, fact.@ref.uri, StageStatic.stage.factState);
     }
 
     /// \copydoc Fact.hasDependentFacts
diff --git a/Assets/Scripts/InteractionEngine/FactHandling/Facts/MMTTypes.cs b/Assets/Scripts/InteractionEngine/FactHandling/Facts/MMTTypes.cs
index 20422958..51b46a69 100644
--- a/Assets/Scripts/InteractionEngine/FactHandling/Facts/MMTTypes.cs
+++ b/Assets/Scripts/InteractionEngine/FactHandling/Facts/MMTTypes.cs
@@ -2,11 +2,13 @@
 using System.Linq;
 using System;
 using REST_JSON_API;
+using Unity.Mathematics;
+using UnityEngine;
 
 /// <summary>
 /// 
 /// </summary>
-/// <seealso cref="SOMDoc.MakeList(string[], string)"/>
+/// <seealso cref="SOMDoc.MakeDeepList(SOMDoc[], SOMDoc)"/>
 /// <remarks>Needed to refere to lists serverside</remarks>
 public class ListFact : FactWrappedCRTP<ListFact>
 {
@@ -113,8 +115,9 @@ public static List<T> parseFactList<T>(MMTFact decl)
         List<SOMDoc> payload;
 
         if (MMTSymbol.defines is OMA OMAList
-         && OMAList.arguments.Length > 2)
-        { // TODO: check shallow List functionality
+         && OMAList.applicant is OMS OMSList
+         && OMSList.uri == MMTConstants.ListApplicant)
+        {
             payload = OMAList.arguments.ToList();
         }
         else
@@ -129,26 +132,20 @@ public static List<T> parseFactList<T>(MMTFact decl)
                 if (next_element is not OMA current_element
                  || current_element.applicant is not OMS OMSapp)
                 { // neither ListLiteral nor ListEnd
-                    if (depth > 3)
-                        throw new ArgumentException("Malformed List-Format");
-                    payload.Insert(0, next_element);
-
-                    break;
+                    throw new ArgumentException("Malformed List-Format");
                 }
 
                 if (OMSapp.uri != MMTConstants.ListLiteral)
                 {
                     if (OMSapp.uri != MMTConstants.ListEnd)
                     { // neither ListLiteral nor ListEnd
-                        if (depth > 3)
-                            throw new ArgumentException("Malformed List-Format");
-                        payload.Insert(0, next_element);
+                        throw new ArgumentException("Malformed List-Format");
                     }
 
                     break;
                 }
 
-                if (current_element.arguments.Length < 2)
+                if (current_element.arguments.Length < 2) // Maybe empty list?
                     throw new ArgumentException("Unrecognized List-Format");
 
                 payload.Add(current_element.arguments[1]);
@@ -159,15 +156,12 @@ public static List<T> parseFactList<T>(MMTFact decl)
         return new(
             payload.Select(p => (p as OMS)?.uri).ToArray(),
             payload.ToArray(),
-            typeOMA.arguments[0],
+            listOMA.arguments[0],
             fact.@ref.uri, StageStatic.stage.factState);
     }
 
     public override MMTFact MakeMMTDeclaration()
-    {
-        OMA List = SOMDoc.MakeShallowList(payload);
-        return new MMTGeneralFact(Label, ListType, List);
-    }
+        => new MMTGeneralFact(Label, ListType, SOMDoc.MakeShallowList(payload));
 
     protected override string[] GetDependentFactIds()
         => lids.Where(lid => lid != null).ToArray();
@@ -270,4 +264,45 @@ protected override bool EquivalentWrapped(TupleFact f1, TupleFact f2)
         && f1.payload
             .Zip(f2.payload, (p1, p2) => (p1 is OMS && p2 is OMS) || SOMDoc.Equivalent(p1, p2))
             .All(b => b);
+}
+
+public class RealLitFact : FactWrappedCRTP<RealLitFact>
+{
+    public float value;
+
+    public RealLitFact() : base() { }
+
+    public RealLitFact(float value, FactRecorder organizer) : base(organizer)
+    {
+        this.value = value;
+        SendToMMT();
+    }
+
+    public RealLitFact(float value, string URI, FactRecorder organizer) : base(organizer)
+    {
+        this.value = value;
+        this._URI = URI;
+    }
+
+    public override MMTFact MakeMMTDeclaration()
+    {
+        OMF df = new(value);
+
+        return new MMTGeneralFact(
+                Label,
+                df.SOMDocType(),
+                df
+            );
+    }
+
+    protected override bool EquivalentWrapped(RealLitFact f1, RealLitFact f2)
+        => Mathf.Approximately(f1.value, f2.value);
+
+    protected override string[] GetDependentFactIds()
+        => new string[0];
+
+    protected override void RecalculateTransform() { }
+
+    protected override Fact _ReInitializeMe(Dictionary<string, string> old_to_new, FactRecorder organizer)
+        => new RealLitFact(value, organizer);
 }
\ No newline at end of file
diff --git a/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator.cs b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator2D.cs
similarity index 82%
rename from Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator.cs
rename to Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator2D.cs
index b4999856..c08d4409 100644
--- a/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator.cs
+++ b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator2D.cs
@@ -4,35 +4,25 @@
 using System.Linq;
 using UnityEngine;
 
-public class CanonBallProblemCalculator
+public class CanonBallProblemCalculator2D
 {
     private int Dim_const, Dim_A, Dim_B;
     private int MaxIter;
 
+    private float Bounce;
+
     private FactRecorder FactOrganizer;
 
     private Vector3 StartPos;
     private Vector3 StartVel;
     private Vector3 Gravity;
 
-    private List<Wall> Walls;
+    private List<LineFact> Walls;
     public string Result_MovementFunc_Id;
     public List<string> Result_ArgsFunc_Id;
     public List<string> Result_FuncCall_Id;
 
-    public struct Wall
-    {
-        public LineFact Topology;
-        public float Bounce;
-
-        public Wall(LineFact Topology, float Bounce)
-        {
-            this.Bounce = Bounce;
-            this.Topology = Topology;
-        }
-    }
-
-    public CanonBallProblemCalculator(List<Wall> walls, Vector3 starPos, Vector3 starVec, Vector3 gravity, int dim_const, int dim_A, int dim_B, FactRecorder factOrganizer, int maxIter = 256)
+    public CanonBallProblemCalculator2D(List<LineFact> walls, Vector3 starPos, Vector3 starVec, Vector3 gravity, float bounce, int dim_const, int dim_A, int dim_B, FactRecorder factOrganizer, int maxIter = 256)
     {
         Walls = walls;
         Dim_const = dim_const;
@@ -43,23 +33,22 @@ public CanonBallProblemCalculator(List<Wall> walls, Vector3 starPos, Vector3 sta
         StartVel = starVec;
         Gravity = gravity;
         FactOrganizer = factOrganizer;
+        this.Bounce = bounce;
 
         Compute();
     }
 
     public static void LambdaCSDemo()
     {
-        SOMDoc StepUntil()
+        SOMDoc StepUntil;
         {
             SOMDoc Vec3 = new OMA(
-                new OMS(MMTConstants.TupelToVector),
-                new[] { new OMA(
                     new OMS(MMTConstants.Product),
                     new OMS[]{
                         new(MMTConstants.RealLit),
                         new(MMTConstants.RealLit),
                         new(MMTConstants.RealLit),
-            })});
+            });
 
             SOMDoc feed = new FUN(new FUN.Param[]
                 {
@@ -87,7 +76,7 @@ SOMDoc StepUntil()
                         new OMF(10f)
             }));
 
-            return new FUN(new FUN.Param[]
+            StepUntil = new FUN(new FUN.Param[]
                 {
                     new("seed", Vec3),
                     //new("lambda", new FUNTYPE(
@@ -101,22 +90,23 @@ SOMDoc StepUntil()
                     //   new OMS(MMTConstants.Bool)
                     //)),
                 },
-                new OMA(
-                    new OMS(MMTConstants.ToArray),
-                    new OMA[]{ new(
-                        new OMS(MMTConstants.FeedForwardWhile),
-                        new[] {
-                            new OMV("seed"),
-                            feed, //new OMV("lambda"),
-                            pred, //new OMV("pred"),
+                new OMA(new OMS(MMTConstants.MakeObjectArray), new[] {
+                    new OMA(
+                        new OMS(MMTConstants.ToArray),
+                        new OMA[]{ new(
+                            new OMS(MMTConstants.FeedForwardWhile),
+                            new[] {
+                                new OMV("seed"),
+                                feed, //new OMV("lambda"),
+                                pred, //new OMV("pred"),
+                })
             })}));
         }
 
-        Vector3[] StepUntil_results =
-            StepUntil()
+        var StepUntil_results =
+            StepUntil
             .PartialInvokeCastingLambdaExpression(out Type[] signature_args0)
-            (new object[] { new Vector3(0, 0, 0) })
-            as Vector3[];
+            (new object[] { new Vector3(0, 0, 0) });
         ;
 
         SOMDoc TupelTest3 = SOMDoc.MakeTupel(new[] { new OMF(1), new OMF(2), new OMF(3) });
@@ -125,13 +115,6 @@ SOMDoc StepUntil()
             .PartialInvokeCastingLambdaExpression(out Type[] signature_argsT3)
             (new object[0]);
 
-        SOMDoc vec3test = new OMA(new OMS(MMTConstants.TupelToVector), new[] { TupelTest3 });
-        var vec3test_resutl =
-            vec3test
-            .PartialInvokeCastingLambdaExpression(out Type[] signature_args2)
-            (new object[0]);
-        ;
-
         SOMDoc ProjTest0 = new OMA(new OMS(MMTConstants.ProjL), new[] { TupelTest3 });
         var ProjTest0_resutl =
             ProjTest0
@@ -267,17 +250,17 @@ float SolveForDistanceOnPlane(Vector3 Pos, Vector3 Vel, LineFact Top, float t)
             pos = UpdatePos(pos, vel, (float)Math3d.vectorPrecission); //minimum step
 
             var hits = Walls
-                .Select(w => (w, tarr: SolveForTime(pos, vel, w.Topology)))
+                .Select(w => (w, tarr: SolveForTime(pos, vel, w)))
                 .SelectMany(wt => new[] { (wt.w, t: wt.tarr.Item1), (wt.w, t: wt.tarr.Item2) })
                 .Where(wt => wt.t >= 0)
-                .Select(wt => (wt.w, wt.t, x: SolveForDistanceOnPlane(pos, vel, wt.w.Topology, wt.t)))
-                .Where(wt => wt.x >= 0 && wt.x <= wt.w.Topology.Distance)
+                .Select(wt => (wt.w, wt.t, x: SolveForDistanceOnPlane(pos, vel, wt.w, wt.t)))
+                .Where(wt => wt.x >= 0 && wt.x <= wt.w.Distance)
                 .OrderBy(wt => wt.t)
                 .ToArray();
 
-            (Wall next_Wall, float next_t, float x_fac_debug) = hits.Length > 0
+            (LineFact next_Wall, float next_t, float x_fac_debug) = hits.Length > 0
                 ? hits[0]
-                : (default(Wall), float.PositiveInfinity, default);
+                : (default(LineFact), float.PositiveInfinity, default);
 
             Result_ArgsFunc_Id.Add(
                 FactOrganizer.Add(
@@ -295,11 +278,11 @@ float SolveForDistanceOnPlane(Vector3 Pos, Vector3 Vel, LineFact Top, float t)
             pos = UpdatePos(pos, vel, next_t);
             Vector3 vel_at_bounce = UpdateVel(vel, next_t);
 
-            Vector3 LineFactNorm = Vector3.Cross(PlaneNorm, next_Wall.Topology.Dir);
+            Vector3 LineFactNorm = Vector3.Cross(PlaneNorm, next_Wall.Dir);
             float bounce_angle_cos = Mathf.Abs(Vector3.Dot(vel_at_bounce.normalized, LineFactNorm));
-            float bounce_fac = 1 - (1 - next_Wall.Bounce) * (Mathf.Acos(bounce_angle_cos) / 2 / Mathf.PI);
+            float bounce_fac = 1 - (1 - Bounce) * (Mathf.Acos(bounce_angle_cos) / 2 / Mathf.PI);
 
-            vel = bounce_fac * Vector3.Reflect(vel_at_bounce, LineFactNorm);
+            vel = Bounce * Vector3.Reflect(vel_at_bounce, LineFactNorm);
         }
 
         return;
diff --git a/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator.cs.meta b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator2D.cs.meta
similarity index 100%
rename from Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator.cs.meta
rename to Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator2D.cs.meta
diff --git a/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs
new file mode 100644
index 00000000..40d0491e
--- /dev/null
+++ b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs
@@ -0,0 +1,273 @@
+using MoreLinq.Extensions;
+using REST_JSON_API;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using UnityEngine;
+
+public class CanonBallProblemCalculator3D
+{
+    private int Dim_G, Dim_A, Dim_B;
+    private int MaxIter;
+
+    private float Bounce;
+
+    private FactRecorder FactOrganizer;
+
+    private Vector3 StartPos;
+    private Vector3 StartVel;
+    private Vector3 Gravity;
+
+    private List<QuadFact> Walls;
+    public string Result_MovementFunc_Id;
+    public List<string> Result_ArgsFunc_Id;
+    public List<string> Result_FuncCall_Id;
+
+    public struct Wall
+    {
+        public LineFact Topology;
+        public float Bounce;
+
+        public Wall(LineFact Topology, float Bounce)
+        {
+            this.Bounce = Bounce;
+            this.Topology = Topology;
+        }
+    }
+
+    public CanonBallProblemCalculator3D(List<QuadFact> walls, Vector3 starPos, Vector3 starVec, Vector3 gravity, float Bounce, int dim_G, int dim_A, int dim_B, FactRecorder factOrganizer, int maxIter = 256)
+    {
+        Walls = walls;
+        Dim_G = dim_G;
+        Dim_A = dim_A;
+        Dim_B = dim_B;
+        MaxIter = maxIter;
+        StartPos = starPos;
+        StartVel = starVec;
+        Gravity = gravity;
+        FactOrganizer = factOrganizer;
+        this.Bounce = Bounce;
+
+        Compute();
+    }
+
+    private void Compute()
+    {
+        SOMDoc BuildOMA_XVA()
+        {   //Pos = Pos + Vel * t + 0.5 * g * t**2
+            return new FUN(new FUN.Param[]
+                {
+                    new("Pos", new OMS(MMTConstants.TYPE_TO_OMS[typeof(Vector3)])),
+                    new("Vel", new OMS(MMTConstants.TYPE_TO_OMS[typeof(Vector3)])),
+                    new("Acc", new OMS(MMTConstants.TYPE_TO_OMS[typeof(Vector3)])),
+                    new("t", new OMS(MMTConstants.TYPE_TO_OMS[typeof(float)])),
+                },
+                new OMA(
+                    new OMS(MMTConstants.AddRealLit),
+                    new SOMDoc[] {
+                        new OMV("Pos"),
+                        new OMA(
+                            new OMS(MMTConstants.AddRealLit),
+                            new[] {
+                                new OMA(
+                                    new OMS(MMTConstants.TimesRealLit),
+                                    new[] {
+                                        new OMV("Vel"),
+                                        new OMV("t"),
+                                    }
+                                ),
+                                new OMA(
+                                    new OMS(MMTConstants.TimesRealLit),
+                                    new SOMDoc[] {
+                                        new OMF(0.5f),
+                                        new OMA(
+                                            new OMS(MMTConstants.TimesRealLit),
+                                            new SOMDoc[] {
+                                                new OMV("Acc"),
+                                                new OMA(
+                                                    new OMS(MMTConstants.TimesRealLit),
+                                                    new[] {
+                                                        new OMV("t"),
+                                                        new OMV("t"),
+            }),}),}),}),}));
+        }
+
+        SOMDoc BuildOMAPath(Vector3 Pos, Vector3 Vel)
+        {   //t -> [Pos, Vel, g, t]
+            return new FUN(new FUN.Param[]
+                {
+                    new("t", new OMS(MMTConstants.TYPE_TO_OMS[typeof(float)])),
+                },
+                new OMA(
+                    new OMS(MMTConstants.MakeObjectArray),
+                    new SOMDoc[] {
+                        SOMDoc.MakeVector3(Pos),
+                        SOMDoc.MakeVector3(Vel),
+                        SOMDoc.MakeVector3(Gravity),
+                        new OMV("t"),
+                    }
+            ));
+        }
+
+        //Pos = Pos + Vel * t + 0.5 * g * t**2
+        Vector3 UpdatePos(Vector3 Pos, Vector3 Vel, float t)
+            => Pos + Vel * t + 0.5f * t * t * Gravity;
+
+        //Vel = Vel + g * t
+        Vector3 UpdateVel(Vector3 Vel, float t)
+            => Vel + Gravity * t;
+
+        // p1 + v1 * T + 0.5 * g1 * T^2 = o1 + s1 * s + t1 * t,
+        // p2 + v2 * T + 0.5 * g2 * T^2 = o2 + s2 * s + t2 * t,
+        // p3 + v3 * T + 0.5 * g3 * T^2 = o3 + s3 * s + t3 * t,
+
+        // aT^2 + b*T + c = 0
+        // T = (-b ± sqrt(b ^ 2 - 4ac)) / (2a)
+        //    Where:
+        //        Any perumtation {1,2,3} is valid;
+        //        Beware of Singularities in X,Y
+        //
+        //        X = ( s1 * t2 - s2 * t1 ) / ( s3 * t2 - s2 * t3 )
+        //        Y = (-t1/t2 + X * t3/t2)
+        //
+        //        a = 0.5 *
+        //           (G1 + Y * G2 - X * G3)
+        //        b = V1 + Y * V2 - X * V3
+        //        c = P1 + Y * P2 - X * P3
+        //          -(O1 + Y * O2 - X * O3)
+        //
+        // see also: https://math.stackexchange.com/questions/866331/numerically-stable-algorithm-for-solving-the-quadratic-equation-when-a-is-very
+        (float, float) SolveForTime(Vector3 Pos, Vector3 Vel, QuadFact Top)
+        {
+            Vector3
+                s = Top.Tangents,
+                t = Top.AltTangents;
+
+            bool alt_sol = t[Dim_B] == 0 && s[Dim_B] == 0;
+            if (t[Dim_B] == 0
+             && (!alt_sol || t[Dim_G] == 0))
+            {
+                t = Top.Tangents;
+                s = Top.AltTangents;
+            }
+
+            int sol_dim_A = 0,
+                sol_dim_B = 0,
+                sol_dim_C = 0;
+
+            double X = 0, Y = 0;
+
+            bool success = false;
+            foreach (IList<int> perm in Enumerable.Range(0, 3).Permutations())
+            {
+                sol_dim_A = perm[0];
+                sol_dim_B = perm[1];
+                sol_dim_C = perm[2];
+
+                X = (s[sol_dim_A] * t[sol_dim_B] - s[sol_dim_B] * t[sol_dim_A])
+                  / (s[sol_dim_C] * t[sol_dim_B] - s[sol_dim_B] * t[sol_dim_C]);
+                Y = -t[sol_dim_A] / t[sol_dim_B] + t[sol_dim_C] / t[sol_dim_B] * X;
+
+                if (!(double.IsNaN(X) || double.IsInfinity(X)
+                   || double.IsNaN(Y) || double.IsInfinity(Y)))
+                {
+                    success = true;
+                    break;
+                }
+            }
+
+            if (!success)
+                return (-1, -1);
+
+            double
+                a = 0.5 * _Reduce(Gravity),
+                b = _Reduce(Vel),
+                c = _Reduce(Pos) - _Reduce(Top.Points[0].Point);
+
+            if (a == 0)
+                return b == 0
+                    ? (-1, -1) // unconstrained
+                    : ((float)(-c / b), -1);
+            else if (c == 0) // not neccessary iff using double midnight
+                return (0, (float)(-b / a));
+
+            float
+                t1 = (float)((-b - Math.Sign(b) * Math.Sqrt(b * b - 4 * a * c)) / (2 * a)),
+                t2 = (float)(c / (a * t1)); // stable version, a.k.a. Viete's formula
+
+            return (t1, t2);
+
+            double _Reduce(Vector3 vec)
+                => vec[sol_dim_A] + Y * vec[sol_dim_B] - X * vec[sol_dim_C];
+        };
+
+        bool HitOnPlane(Vector3 Pos, Vector3 Vel, QuadFact Top, float t)
+        {
+            Vector3 NewPos = UpdatePos(Pos, Vel, t);
+            int dir = Math.Sign(Vector3.Dot(Vector3.Cross(Top.Normal, Top.Tangents), Top.AltTangents));
+
+            for (int i = 0; i < Top.Points.Length; i++)
+            {
+                Vector3 ortho_edge =
+                    Vector3.Cross(Top.Normal, Top.Points[(i + 1) % Top.Points.Length].Point - Top.Points[i].Point);
+                Vector3 ToNewPos = NewPos - Top.Points[i].Point;
+
+                if (dir != Math.Sign(Vector3.Dot(ortho_edge, ToNewPos)))
+                    return false;
+            }
+
+            return true;
+        };
+
+        var Result_Movement = new FunctionFact(BuildOMA_XVA(), FactOrganizer);
+        Result_MovementFunc_Id = FactOrganizer.Add(Result_Movement, out _, false, null, null);
+
+        Vector3 PlaneNorm = Vector3.zero;
+        PlaneNorm[Dim_G] = 1;
+
+        Vector3 pos = StartPos;
+        Vector3 vel = StartVel;
+
+        Result_ArgsFunc_Id = new();
+        Result_FuncCall_Id = new();
+
+        for (int i = 0; i < MaxIter; i++)
+        {
+            pos = UpdatePos(pos, vel, (float)Math3d.vectorPrecission); //minimum step
+
+            var hits = Walls
+                .Select(w => (w, tarr: SolveForTime(pos, vel, w)))
+                .SelectMany(wt => new[] { (wt.w, t: wt.tarr.Item1), (wt.w, t: wt.tarr.Item2) })
+                .Where(wt => wt.t >= 0 && HitOnPlane(pos, vel, wt.w, wt.t))
+                .OrderBy(wt => wt.t)
+                .ToArray();
+
+            (QuadFact next_Wall, float next_t) = hits.Length > 0
+                ? hits[0]
+                : (default(QuadFact), float.PositiveInfinity);
+
+            Result_ArgsFunc_Id.Add(
+                FactOrganizer.Add(
+                    new FunctionFact(BuildOMAPath(pos, vel), FactOrganizer),
+                    out _, true, null, null));
+
+            Result_FuncCall_Id.Add(
+                FactOrganizer.Add(
+                    new FunctionCallFact(Result_MovementFunc_Id, Result_ArgsFunc_Id.Last(), (-(float)Math3d.vectorPrecission, next_t), FactOrganizer),
+                    out _, true, null, null));
+
+            if (hits.Length == 0)
+                break;
+
+            pos = UpdatePos(pos, vel, next_t);
+            Vector3 vel_at_bounce = UpdateVel(vel, next_t);
+
+            float bounce_angle_cos = Mathf.Abs(Vector3.Dot(vel_at_bounce.normalized, next_Wall.Normal));
+            float bounce_fac = 1 - (1 - Bounce) * (Mathf.Acos(bounce_angle_cos) / 2 / Mathf.PI);
+
+            vel = Bounce * Vector3.Reflect(vel_at_bounce, next_Wall.Normal);
+        }
+
+        return;
+    }
+}
diff --git a/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs.meta b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs.meta
new file mode 100644
index 00000000..948fd72a
--- /dev/null
+++ b/Assets/Scripts/InteractionEngine/TBD/CanonBallCalculator3D.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: dd62646880e273b498286e7802a6d464
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 
diff --git a/Assets/Scripts/InventoryStuff/ScrollDetails.cs b/Assets/Scripts/InventoryStuff/ScrollDetails.cs
index ba3c91c4..1556c9e3 100644
--- a/Assets/Scripts/InventoryStuff/ScrollDetails.cs
+++ b/Assets/Scripts/InventoryStuff/ScrollDetails.cs
@@ -7,6 +7,7 @@
 using System.Linq;
 using REST_JSON_API;
 using static CommunicationEvents;
+using System;
 
 public class ScrollDetails : MonoBehaviour
 {
@@ -39,8 +40,9 @@ public static ScrollDetails Instance
     public bool DynamicScrollDescriptionsActive = true;
     public bool AutomaticHintGenerationActive = true;
 
-    private bool DynamicScrollDone = true;
+    private bool SendingViewDone = true;
     private bool DynamicScrollInQue = false;
+    private bool MagicInQue = false;
 
     void Awake()
     {
@@ -138,24 +140,61 @@ private int[] PrePopulateActiveScroll()
     {
         switch (ActiveScroll.ScrollReference)
         {
-            //case MMTConstants.ScrollCannonBall:
-            //    string lid_override = StageStatic.stage.solution.MyFactSpace.Values
-            //        .FirstOrDefault(sol => sol is ListFact lf
-            //                            && lf.ListType is OMA tpOMA
-            //                            && tpOMA.arguments[0] is OMA tupelOMA
-            //                            && tupelOMA.applicant is OMS tupelOMS
-            //                            && tupelOMS.uri == MMTConstants.Product)
-            //        ?.Id;
-
-            //    if (lid_override == null)
-            //        goto default;
+            case MMTConstants.ScrollCannonBall2D:
+                string lid_override = StageStatic.stage.solution.MyFactSpace.Values
+                    .FirstOrDefault(sol => sol is ListFact lf
+                                        && lf.ListType is OMA tpOMA
+                                        && tpOMA.arguments[0] is OMA tupelOMA_a
+                                        && tupelOMA_a.arguments[0] is OMA tupelOMA_b
+                                        && tupelOMA_b.applicant is OMS tupelOMS
+                                        && tupelOMS.uri == MMTConstants.Product)
+                    ?.Id;
+
+                return CaseCanonBall(lid_override);
+
+            case MMTConstants.ScrollCannonBall3D:
+                lid_override = StageStatic.stage.solution.MyFactSpace.Values
+                .FirstOrDefault(sol => sol is ListFact lf
+                                    && lf.ListType is OMA tpOMA
+                                    && tpOMA.arguments[0] is OMA tupelOMA
+                                    && tupelOMA.applicant is OMS tupelOMS
+                                    && tupelOMS.uri == MMTConstants.Product)
+                ?.Id;
 
-            //    ParameterDisplays[2].URI = lid_override;
-            //    return new int[] { 2 };
+                return CaseCanonBall(lid_override);
 
             default:
                 return new int[0];
         }
+
+        static int[] CaseCanonBall(string ListId)
+        {
+            if (ListId == null)
+                return new int[0];
+
+            RealLitFact[] reals = StageStatic.stage.solution.MyFactSpace.Values
+                .Select(sol => sol as RealLitFact)
+                .Where(sol => sol != null)
+                .ToArray();
+
+            PointFact[] points = StageStatic.stage.solution.MyFactSpace.Values
+                .Select(sol => sol as PointFact)
+                .Where(sol => sol != null)
+                .ToArray();
+
+            string
+                pid_ball = points[0].Id,
+                pid_vect = points[1].Id,
+                pid_grav = points[2].Id;
+
+            ParameterDisplays[0].URI = pid_ball;
+            ParameterDisplays[1].URI = pid_vect;
+            ParameterDisplays[2].URI = pid_grav;
+            ParameterDisplays[3].URI = reals[0].Id;
+            ParameterDisplays[4].URI = ListId;
+
+            return new int[] { 0, 1, 2, 3, 4 };
+        }
     }
 
     public void MagicButtonTrigger()
@@ -164,12 +203,15 @@ public void MagicButtonTrigger()
 
         IEnumerator _MagicButton()
         {
-            while (!DynamicScrollDone || DynamicScrollInQue)
+            if (MagicInQue)
+                yield break;  // only need next in que to finish
+
+            MagicInQue = true;
+            while (!SendingViewDone || DynamicScrollInQue)
                 yield return null; // Wait for last assignment
+            MagicInQue = false;
 
-            DynamicScrollDone = false;
             yield return SendView("/scroll/apply");
-            DynamicScrollDone = true;
 
             if (currentMmtAnswer == null)
             {
@@ -199,6 +241,7 @@ IEnumerator _MagicButton()
 
     public void NewAssignmentTrigger()
     {
+        return;
         if (AutomaticHintGenerationActive || DynamicScrollDescriptionsActive)
             StartCoroutine(_NewAssignment());
 
@@ -208,13 +251,11 @@ IEnumerator _NewAssignment()
                 yield break; // only need next in que to finish
 
             DynamicScrollInQue = true;
-            while (!DynamicScrollDone)
+            while (!SendingViewDone)
                 yield return null; // if we dont wait => server will crash
             DynamicScrollInQue = false;
 
-            DynamicScrollDone = false;
             yield return SendView("/scroll/dynamic");
-            DynamicScrollDone = true;
 
             if (currentMmtAnswer == null)
             {
@@ -248,6 +289,8 @@ IEnumerator _NewAssignment()
 
     private IEnumerator SendView(string endpoint)
     {
+        SendingViewDone = false;
+
         while (ParameterDisplays == null) // Wait for server
             yield return null;
 
@@ -259,9 +302,9 @@ private IEnumerator SendView(string endpoint)
 
         System.DateTime sendTime = System.DateTime.UtcNow;
         yield return www.SendWebRequest();
-        if (VerboseURI)
-            Debug.LogFormat("Server answerd in : {0}ms"
-                , (System.DateTime.UtcNow - sendTime).TotalMilliseconds);
+        //if (VerboseURI)
+        Debug.LogFormat("Server answerd in : {0}ms"
+            , (System.DateTime.UtcNow - sendTime).TotalMilliseconds);
 
         if (www.result == UnityWebRequest.Result.ConnectionError
          || www.result == UnityWebRequest.Result.ProtocolError)
@@ -278,6 +321,9 @@ private IEnumerator SendView(string endpoint)
                 .Replace("\"float\":null", "\"float\":0.0"); // cannot convert null to value type
         }
 
+        SendingViewDone = true;
+        yield break;
+
         string prepareScrollAssignments()
         {
             List<ScrollAssignment> assignmentList = new();
@@ -290,53 +336,20 @@ string prepareScrollAssignments()
             }
 
             return JsonConvert.SerializeObject(new ScrollApplication(ActiveScroll.ScrollReference, assignmentList));
-
-            string lid_override = StageStatic.stage.solution.MyFactSpace.Values
-                .FirstOrDefault(sol => sol is ListFact lf
-                                    && lf.ListType is OMA tpOMA
-                                    && tpOMA.arguments[0] is OMA tupelOMA
-                                    && tupelOMA.applicant is OMS tupelOMS
-                                    && tupelOMS.uri == MMTConstants.Product)
-                ?.Id;
-
-            return JsonConvert.SerializeObject(new ScrollApplication(
-                MMTConstants.ScrollCannonBall,
-                new() {
-                    new(MMTConstants.ScrollCannonBall + "/Problem?xposition",
-                        Fact.SendToMMT(new MMTGeneralFact("PX", new OMS(MMTConstants.RealLit),
-                        new OMF(18.639f)))),
-                    new(MMTConstants.ScrollCannonBall + "/Problem?yposition",
-                        Fact.SendToMMT(new MMTGeneralFact("PY", new OMS(MMTConstants.RealLit),
-                        new OMF(14.715f)))),
-                    new(MMTConstants.ScrollCannonBall + "/Problem?xvelocity",
-                        Fact.SendToMMT(new MMTGeneralFact("VX", new OMS(MMTConstants.RealLit),
-                        new OMF(-24.0345f)))),
-                    new(MMTConstants.ScrollCannonBall + "/Problem?yvelocity",
-                        Fact.SendToMMT(new MMTGeneralFact("VY", new OMS(MMTConstants.RealLit),
-                        new OMF(7.3575f)))),
-                    new(MMTConstants.ScrollCannonBall + "/Problem?g_base",
-                        Fact.SendToMMT(new MMTGeneralFact("GG", new OMS(MMTConstants.RealLit),
-                        new OMF(9.81f)))),
-                    new(MMTConstants.ScrollCannonBall + "/Problem?bounce",
-                        Fact.SendToMMT(new MMTGeneralFact("BO", new OMS(MMTConstants.RealLit),
-                        new OMF(1f)))),
-                    new(MMTConstants.ScrollCannonBall + "/Problem?walls",
-                        lid_override),
-                }
-            ));
         }
     }
 
     private void GeneratePushoutFacts(List<MMTFact> pushoutFacts)
     {
         bool samestep = false;
+        Fact[] newFacts = new Fact[pushoutFacts.Count];
         for (int i = 0; i < pushoutFacts.Count; i++)
         {
-            Fact newFact = ParsingDictionary.parseFactDictionary[pushoutFacts[i].getType()].Invoke(pushoutFacts[i]);
-            if (newFact != null)
+            newFacts[i] = ParsingDictionary.parseFactDictionary[pushoutFacts[i].getType()](pushoutFacts[i]);
+            if (newFacts[i] != null)
             {
                 AnimateExistingFactEvent.Invoke
-                    (FactAdder.AddFactIfNotFound(newFact, out _, samestep, null, ActiveScroll.label).Id
+                    (FactAdder.AddFactIfNotFound(newFacts[i], out _, samestep, null, ActiveScroll.label).Id
                     , FactWrapper.FactMaterials.Solution);
 
                 samestep = true;
@@ -344,6 +357,21 @@ private void GeneratePushoutFacts(List<MMTFact> pushoutFacts)
             else
                 Debug.Log("Parsing on pushout-fact returned null -> One of the dependent facts does not exist");
         }
+
+        //void PostPopulateActiveScroll(Fact[] newFacts) {
+        switch (ActiveScroll.ScrollReference)
+        {
+            case MMTConstants.ScrollCannonBall3D:
+                dynamic v0 = (pushoutFacts[0] as MMTGeneralFact).defines.PartialInvokeCastingLambdaExpression(out Type[] signature0)(new object[0]);
+                dynamic v1 = (pushoutFacts[1] as MMTGeneralFact).defines.PartialInvokeCastingLambdaExpression(out Type[] signature1)(new object[0]);
+                dynamic v2 = (pushoutFacts[2] as MMTGeneralFact).defines.PartialInvokeCastingLambdaExpression(out Type[] signature2);
+                dynamic v3 = (pushoutFacts[3] as MMTGeneralFact).defines.PartialInvokeCastingLambdaExpression(out Type[] signature3)(new object[0]);
+
+                return;
+
+            default:
+                return;
+        }
     }
 
     private void processScrollDynamicInfo(ScrollDynamicInfo scrollDynamicInfo)
diff --git a/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs b/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs
index eaa50cf3..29bece51 100644
--- a/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs
+++ b/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs
@@ -1,6 +1,9 @@
 using JsonSubTypes;
 using Newtonsoft.Json;
 using System.Collections.Generic;
+using System.Runtime.Serialization;
+using System.Text.RegularExpressions;
+using static Unity.Burst.Intrinsics.X86;
 
 /// <summary>
 /// Implements REST/JSON API
@@ -72,24 +75,15 @@ public abstract class MMTFact
         public abstract string kind { get; }
 
         [JsonProperty("label")]
-        public string label;
-
-        [JsonProperty("ref")]
-        public FactReference @ref;
-
-        public static MMTFact FromJson(string json)
+        public string label
         {
-            MMTFact mmtDecl = JsonConvert.DeserializeObject<MMTFact>(json);
-            mmtDecl.label ??= string.Empty;
-
-            return mmtDecl;
+            get => _label ??= Regex.Match(@ref.uri, @".*\?(.*)").Captures[0].Value;
+            set => _label = value;
         }
+        private string _label;
 
-        public string ToJson()
-        {
-            label ??= string.Empty;
-            return JsonConvert.SerializeObject(this);
-        }
+        [JsonProperty("ref")]
+        public FactReference @ref;
 
         public abstract string getType();
 
@@ -106,6 +100,7 @@ public class MMTGeneralFact : MMTFact
         [JsonProperty("df")]
         public SOMDoc defines;
 
+
         [JsonConstructor]
         private MMTGeneralFact() { }
 
@@ -119,12 +114,24 @@ public MMTGeneralFact(string label, SOMDoc type, SOMDoc defines)
 
         public override string getType()
         {
-            return type switch
+            if (type is OMS oms)
+                return oms.uri;
+
+            if (type is OMA oma)
             {
-                OMS oMS => oMS.uri,
-                OMA oMA => ((oMA.arguments[0] as OMA).applicant as OMS).uri,
-                _ => null
-            };
+                if (oma.applicant is OMS ded
+                 && ded.uri == MMTConstants.Ded)
+                    return ((oma.arguments[0] as OMA)
+                        .applicant as OMS).uri;
+                else
+                    return (oma
+                        .applicant as OMS).uri;
+            }
+
+            if (type is FUNTYPE)
+                return MMTConstants.FunctionFact;
+
+            return null;
         }
 
         public override string getApplicant()
diff --git a/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs b/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs
index d2c3fe51..06e81e37 100644
--- a/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs
+++ b/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs
@@ -7,7 +7,8 @@ namespace REST_JSON_API
     public static class MMTConstants
     {
         public static readonly string Point = "http://mathhub.info/MitM/core/geometry?3DGeometry?point";
-        public static readonly string Wall = "?wall";
+        public static readonly string Wall = "http://mathhub.info/FrameIT/frameworld?Walls?wall";
+        public static readonly string CreateWall = "http://mathhub.info/FrameIT/frameworld?Walls?create_wall";
         public static readonly string LineType = "http://mathhub.info/MitM/core/geometry?Geometry/Common?line_type";
         public static readonly string LineOf = "http://mathhub.info/MitM/core/geometry?Geometry/Common?lineOf";
 
@@ -65,6 +66,7 @@ public static class MMTConstants
         public static readonly string TimesRealLit = "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit";
         public static readonly string ProjL = "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl";
         public static readonly string ProjR = "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr";
+        public static readonly string Map = "http://gl.mathhub.info/MMT/LFX/Datatypes?ListOperations?map";
 
         public static readonly string PartialAggregate = "?Step";
         public static readonly string FeedForwardWhile = "?StepUntil";
@@ -79,11 +81,9 @@ public static class MMTConstants
         public static readonly string LessThan = "LessThan";
         //public static readonly string MakeUnityEngineVector3 = "UnityEngine.Vector3";
         public static readonly string MakeObjectArray = "MakeObjectArray";
-        public static readonly string PropertyX = "x";
-        public static readonly string PropertyY = "y";
-        public static readonly string PropertyZ = "z";
-        public static readonly string TupelToVector = "TupelToVector";
-
+        public static readonly string PropertyX = "http://mathhub.info/MitM/core/geometry?3DGeometry?xofpoint";
+        public static readonly string PropertyY = "http://mathhub.info/MitM/core/geometry?3DGeometry?yofpoint";
+        public static readonly string PropertyZ = "http://mathhub.info/MitM/core/geometry?3DGeometry?zofpoint";
 
         public const string ScrollOppositeLen = "http://mathhub.info/FrameIT/frameworld?OppositeLen";
         public const string ScrollSupplementaryAngles = "http://mathhub.info/FrameIT/frameworld?SupplementaryAngles";
@@ -97,14 +97,17 @@ public static class MMTConstants
         public const string ScrollCircleAreaScroll = "http://mathhub.info/FrameIT/frameworld?CircleAreaScroll";
         public const string ScrollConeVolumeScroll = "http://mathhub.info/FrameIT/frameworld?ConeVolumeScroll";
         public const string ScrollTruncatedConeVolumeScroll = "http://mathhub.info/FrameIT/frameworld?TruncatedConeVolumeScroll";
-        public const string ScrollCannonBall = "http://mathhub.info/FrameIT/frameworld?WBouncingScroll";
+        public const string ScrollCannonBall2D = "http://mathhub.info/FrameIT/frameworld?WBouncingScroll";
+        public const string ScrollCannonBall3D = "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll";
 
         public static readonly IReadOnlyDictionary<string, Type> OMS_TO_TYPE = new Dictionary<string, Type>()
         {
             { Point,
-                typeof(PointFact) },
+                typeof(Vector3) },
             { Metric,
                 typeof(LineFact) },
+            { Wall,
+                typeof(QuadFact) },
             { Angle,
                 typeof(AngleFact) },
             { Eq,
@@ -156,8 +159,6 @@ public static class MMTConstants
                 typeof(TupleFact) },
             { Product,
                 typeof(Tuple) },
-            { TupelToVector,
-                typeof(Vector3) },
             { ListType,
                 typeof(List<>) },
 
@@ -187,8 +188,8 @@ public static class MMTConstants
         };
         public static readonly IReadOnlyDictionary<Type, string> TYPE_TO_OMS = OMS_TO_TYPE.ReverseKeyValInto(new()
         { // **Overrides**
-          //{ typeof(Vector3),
-          //    Tuple },
+          { typeof(PointFact),
+              Point },
         });
 
         public static readonly IReadOnlyDictionary<string, string> URI_TO_TypeOF = new Dictionary<string, string> {
diff --git a/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocToLambdaExpression.cs b/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocToLambdaExpression.cs
index 2a770a71..00e6d6fe 100644
--- a/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocToLambdaExpression.cs
+++ b/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocToLambdaExpression.cs
@@ -4,7 +4,9 @@
 using System.Linq;
 using UnityEngine;
 using System.Reflection;
-using MoreLinq;
+using UnityEditor;
+using System.Collections.ObjectModel;
+using UnityEngine.Assertions;
 
 namespace REST_JSON_API
 {
@@ -26,9 +28,11 @@ protected static class SOMDocToLambdaExpression<T>
                 MakeCos },
             { MMTConstants.Tuple,
                 MakeTupel },
+            { MMTConstants.Product, // TODO:Automate
+                MakeTupel },
             { MMTConstants.MakeObjectArray,
                 MakeObjArray },
-            { "InstantList",
+            { MMTConstants.ListApplicant,
                 MakeInstantList },
             { MMTConstants.ListEnd,
                 MakeListEnd },
@@ -37,9 +41,13 @@ protected static class SOMDocToLambdaExpression<T>
             { MMTConstants.ListType,
                 Identity0 },
             { MMTConstants.ProjL,
-                GetPropertyOrField("Item1") },
+                ProjLVecTupel },
             { MMTConstants.ProjR,
-                ProjRTupel },
+                ProjRVecTupel },
+            { MMTConstants.Map,
+                ChainMakes(new[]{
+                    CallAnyFunction(false, "Select", typeof(Enumerable)),
+                    CallAnyFunction(false, "ToArray", typeof(Enumerable))})},
             { MMTConstants.FeedForwardWhile,
                 CallAnyFunction(false, "FeedForwardWhile", typeof(IEnumerableExtensions)) },
             { MMTConstants.PartialAggregate,
@@ -52,8 +60,6 @@ protected static class SOMDocToLambdaExpression<T>
                 GetPropertyOrField("y") },
             { MMTConstants.PropertyZ,
                 GetPropertyOrField("z") },
-            { MMTConstants.TupelToVector,
-                TupelToVector },
         };
 
             private static readonly Dictionary<string, ExpressionType> MMTtoBinaryExpressionType = new()
@@ -188,6 +194,16 @@ void ThrowArgumentException(ExpressionType expression_cast, int expected)
                     .Where(p => lambda_params.Contains(p))
                     .ToArray();
 
+                if (FactRecorder.AllFacts.TryGetValue(URI, out Fact fact))
+                {
+                    MMTFact decl = fact.MakeMMTDeclaration();
+                    SOMDoc df = decl is MMTGeneralFact gf
+                        ? gf.defines
+                        : (decl as MMTValueFact).lhs;
+
+                    return df.GetLambdaExpression();
+                }
+                else
                 if (MMTtoUnaryExpressionType.TryGetValue(URI, out var unnary_type))
                 {
                     if (found_bound_params.Count() < 1)
@@ -219,6 +235,15 @@ void ThrowArgumentException(ExpressionType expression_cast, int expected)
                 throw new NotImplementedException("Could not map URI: \"" + URI + "\"");
             }
 
+            private static CustomFunction ChainMakes(CustomFunction[] makes)
+                => (LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params) =>
+                {
+                    foreach (var make in makes)
+                        lambda_applicant = new[] { make(lambda_applicant, lambda_arguments, bound_params) };
+
+                    return lambda_applicant[0];
+                };
+
             private static LambdaExpression ExpresionFuncToLambda(LambdaExpression func, string name, LambdaExpression[] args_lamda, ParameterExpression[] bound_params, uint nTargs_fallback)
                 => Expression.Lambda(Expression.Invoke(func, args_lamda.Select(l => l.Body)), name, bound_params);
 
@@ -243,23 +268,45 @@ private static LambdaExpression MakeCos(LambdaExpression[] lambda_applicant, Lam
                         "Cos", lambda_arguments.Length > 0 ? lambda_arguments : lambda_applicant, bound_params, 1
                     );
 
-            private static LambdaExpression ProjRTupel(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
+            private static LambdaExpression ProjLVecTupel(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
+                => (
+                    lambda_applicant[0].ReturnType == typeof(Vector3)
+                    ? GetPropertyOrField("x")
+                    : GetPropertyOrField("Item1")
+                    )
+                    (lambda_applicant, lambda_arguments, bound_params);
+
+            private static LambdaExpression ProjRVecTupel(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
             {
-                LambdaExpression[] Items_applicant = 
-                    lambda_applicant[0].ReturnType.GetProperties()
-                    .OrderBy(fi => fi.Name)
-                    .Skip(1) // Item1
-                    .Select(fi =>
-                        Expression.Lambda(
-                            Expression.Property(lambda_applicant[0].Body, fi),
-                            bound_params))
-                    .ToArray();
+                LambdaExpression[] Items_applicant =
+                    lambda_applicant[0].ReturnType == typeof(Vector3)
+                    ? new string[] { "y", "z" }
+                        .Select(prop => GetPropertyOrField(prop)(lambda_applicant, lambda_arguments, bound_params))
+                        .ToArray()
+                    : lambda_applicant[0].ReturnType.GetProperties()
+                        .OrderBy(fi => fi.Name)
+                        .Skip(1) // Item1
+                        .Select(fi =>
+                            Expression.Lambda(
+                                Expression.Property(lambda_applicant[0].Body, fi),
+                                bound_params))
+                        .ToArray();
 
-                return MakeTupel(Items_applicant, lambda_arguments, bound_params);
+                return Items_applicant.Length == 1
+                    ? Items_applicant[0]
+                    : MakeTupel(Items_applicant, lambda_arguments, bound_params);
             }
 
             private static LambdaExpression MakeTupel(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
             {
+                if (lambda_applicant.Length == 3
+                 && lambda_applicant.All(l => l.ReturnType == typeof(float)))
+
+                    return ExpresionFuncToLambda(
+                                (Expression<Func<float, float, float, Vector3>>)((x, y, z) => new Vector3(x, y, z)),
+                                "UnityEngineVector3", lambda_applicant, bound_params, 3
+                    );
+
                 Type[] genericTypes = new Type[lambda_applicant.Length];
                 for (int i = 0; i < lambda_applicant.Length; i++)
                     genericTypes[i] = Type.MakeGenericMethodParameter(i);
@@ -274,38 +321,40 @@ private static LambdaExpression MakeTupel(LambdaExpression[] lambda_applicant, L
                 );
             }
 
-            private static LambdaExpression TupelToVector(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
-            {
-                if (lambda_applicant.Length == 3
-                 && lambda_applicant.All(l => l.ReturnType == typeof(float)))
-
-                    return ExpresionFuncToLambda(
-                                (Expression<Func<float, float, float, Vector3>>)((x, y, z) => new Vector3(x, y, z)),
-                                "UnityEngineVector3", lambda_applicant, bound_params, 3
-                            );
-                else
-
-                    return ExpresionFuncToLambda(
-                                (Expression<Func<Tuple<float, float, float>, Vector3>>)
-                                    (tupel => new Vector3(tupel.Item1, tupel.Item2, tupel.Item3)),
-                                "TupelToUnityEngineVector3", lambda_applicant, bound_params, 1
-                            );
-            }
-
             private static LambdaExpression MakeObjArray(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
-                => Expression.Lambda(
-                        Expression.NewArrayInit(
-                            typeof(object),
-                            lambda_applicant.Select(l => Expression.Convert(l.Body, typeof(object)))
-                        ),
+            {
+                if (lambda_applicant.Length == 1
+                 && lambda_applicant[0].ReturnType.IsArray
+                 && !typeof(object[]).IsAssignableFrom(lambda_applicant[0].ReturnType))
+                {
+                    ParameterExpression lambda_param =
+                        Expression.Parameter(lambda_applicant[0].ReturnType.GetElementType());
+
+                    return CallAnyFunction(false, "ToArray", typeof(Enumerable))(
+                        new[] {
+                            CallAnyFunction(false, "Select", typeof(Enumerable),
+                                new[] { (1u, Expression.Lambda(Expression.Lambda(Expression.Convert(lambda_param, typeof(object)), lambda_param))) }
+                            ) (lambda_applicant, lambda_arguments, bound_params)
+                        },
+                        lambda_arguments,
                         bound_params
                     );
+                }
+
+                return Expression.Lambda(
+                                    Expression.NewArrayInit(
+                                        typeof(object),
+                                        lambda_applicant.Select(l => Expression.Convert(l.Body, typeof(object)))
+                                    ),
+                                    bound_params
+                                );
+            }
 
             private static LambdaExpression MakeInstantList(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
                 => Expression.Lambda(
                         Expression.ListInit(
                             Expression.New(typeof(List<>).MakeGenericType(lambda_applicant[0].ReturnType)),
-                            lambda_arguments.Select(l => l.Body) // Expression.Convert(l.Body, lambda_applicant[0].ReturnType))
+                            lambda_applicant.Select(l => l.Body) // Expression.Convert(l.Body, lambda_applicant[0].ReturnType))
                         ),
                         bound_params
                     );
@@ -313,8 +362,8 @@ private static LambdaExpression MakeInstantList(LambdaExpression[] lambda_applic
             private static LambdaExpression InsertFrontListLiteral(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
                 => Expression.Lambda(
                         Expression.Call(
-                            lambda_applicant[0].ReturnType.GetMethod("Insert"),
                             lambda_applicant[0].Body,
+                            lambda_applicant[0].ReturnType.GetMethod("Insert"),
                             Expression.Constant(0, typeof(int)),
                             lambda_applicant[1].Body
                         ),
@@ -366,25 +415,59 @@ private static CustomFunction CallAnyFunction(bool self, string method_name, Typ
                         type.GetMethod(method_name, lambda_args_type);
 
                     if (call_method == null)
-                    {
-                        call_method = type.GetMethod(method_name);
-
-                        if (call_method == null)
+                    { // call_method is overloaded or generic
+                        (MethodInfo m, bool Success, Dictionary<string, (Type To, int Dirty)> method_types)[] recipe =
+                            type.GetMethods()
+                            .Where(m =>
+                                m.Name.Equals(method_name) &&
+                                m.GetParameters().Length == call_args.Length
+                            ).Select(m =>
+                            {
+                                Dictionary<string, (Type To, int Dirty)> method_types = new();
+
+                                (bool Success, Dictionary<string, (Type To, int Dirty)> GenericParameters, Expression partials)[] test =
+                                    m.GetParameters()
+                                    .Zip(lambda_args_new, (par, lamb) =>
+                                        IsCompatibleType(par.ParameterType, lamb.ReturnType, lamb.Body, 0))
+                                    .ToArray();
+
+                                if (!test.All(t => t.Success)
+                                 || !test.All(t => method_types.TryAddAllFrom(t.GenericParameters)))
+                                    return (m, false, new());
+                                else
+                                    return (m, Success: true, method_types);
+                            }).Where(t => t.Success)
+                            .ToArray();
+
+                        if (recipe.Length == 0)
                             throw new Exception($"Could not find method \"{method_name}\" in Type \"{type}\" and Type Signature [{lambda_args_type}]");
+                        if (recipe.Length > 1) // AmbiguousMatchException
+                            Debug.LogWarning($"Found methods not unique for \"{method_name}\" in Type \"{type}\" and Type Signature [{lambda_args_type}]");
 
+                        call_method = recipe[0].m;
                         if (call_method.IsGenericMethod)
                         {
-                            Type[] distinct_types = lambda_args_type
-                                .SelectMany(l =>
-                                    !l.IsGenericType
-                                    ? new Type[] { l }
-                                    : l.GetGenericArguments())
-                                .Distinct()
-                                .ToArray();
-
-                            int n_generics = call_method.GetGenericArguments().Length;
-                            call_method = call_method.MakeGenericMethod(distinct_types[0..n_generics]);
+                            call_method = call_method.MakeGenericMethod(
+                                call_method.GetGenericArguments()
+                                .Select(arg => recipe[0].method_types[arg.Name].To)
+                                .ToArray()
+                            );
+                        }
+
+                        ParameterInfo[] call_para = call_method.GetParameters();
+                        for (int i = 0; i < lambda_args_new.Length; i++)
+                        {
+                            if (!call_para[i].ParameterType
+                                .GetGenericArguments()
+                                .Any(arg => recipe[0].method_types[arg.Name].Dirty)
+                            )
+                                continue;
+
+
                         }
+
+
+                        ;
                     }
 
                     return Expression.Lambda(
@@ -393,6 +476,155 @@ private static CustomFunction CallAnyFunction(bool self, string method_name, Typ
                             : Expression.Call(call_method, call_args),
                         bound_params
                     );
+
+                    static
+                    (bool Success, Dictionary<string, (Type To, int Dirty)> GenericParameters, Expression partials)
+                    IsCompatibleType(Type generic, Type from_me, Expression source_from_me, int dirty)
+                    {
+                        Dictionary<string, (Type To, int Dirty)> retDic = new();
+                        (bool Success, Dictionary<string, (Type To, int Dirty)> GenericParameters, Expression partials) retVal =
+                            (false, retDic, source_from_me);
+
+                        if (generic.HasElementType
+                         && from_me.HasElementType)
+                        {
+                            generic = generic.GetElementType();
+                            from_me = from_me.GetElementType();
+                        }
+
+                        if (generic.IsAssignableFrom(from_me))
+                            return (true, new(), source_from_me);
+
+                        if (generic.IsGenericType)
+                        {
+                            (bool Success, Dictionary<string, (Type To, int Dirty)> GenericParameters, Expression partials)[] recursion;
+
+                            if (generic.IsInterface
+                            && !from_me.IsInterface)
+                            {
+                                if (generic.Equals(typeof(IEnumerable<>))
+                                 && from_me.IsArray) // GetInterfaces() drops here the generic type?
+                                    return IsCompatibleType(
+                                        generic.GetGenericArguments()[0],
+                                        from_me.GetElementType(),
+                                        source_from_me, //will not be Func[], atmost(?) List<Func>
+                                        dirty
+                                    );
+
+                                recursion = generic.GetInterfaces().Select(gi =>
+                                        from_me.GetInterfaces()
+                                        .Select(fi => IsCompatibleType(gi, fi, source_from_me, dirty))
+                                        .FirstOrDefault(t => t.Success)
+                                    ).ToArray();
+                            }
+                            else
+                            {
+                                if (FuncExtensions.IsFuncType(generic, out int gene_sig)
+                                 && FuncExtensions.IsFuncType(from_me, out int from_sig)
+                                 && from_me == source_from_me.Type) // from_me <within_or_equal> source_from_me.Type
+                                { // lets pretend C# uses lambda logic like MMT
+                                    if (gene_sig > from_sig)
+                                        return (false, new(), source_from_me);
+
+                                    bool IsDirty = gene_sig != from_sig;
+                                    if (IsDirty)
+                                        dirty++;
+
+                                    bool IsParame = source_from_me is ParameterExpression;
+                                    bool IsLambda = source_from_me is LambdaExpression;
+                                    if (!IsParame && !IsLambda)
+                                    {
+                                        Debug.LogWarning($"Unexpected Expression for Parameter \"{nameof(source_from_me)}\"");
+                                        if (IsDirty)
+                                            return (false, new(), source_from_me);
+                                        else
+                                            goto GeneralGenericCase;
+                                    }
+
+                                    Expression[] expr_decomp = null;
+                                    if (IsParame)
+                                    {
+                                        Type[] from_args = from_me.GetGenericArguments();
+                                        Type partial_type = generic
+                                            .GetGenericTypeDefinition()
+                                            .MakeGenericType(
+                                                from_args[..(gene_sig - 1)]
+                                                .Append(FuncExtensions.CreateFuncType(from_args[(gene_sig - 1)..]))
+                                                .ToArray()
+                                            );
+                                        //[(a)=>c]
+                                        //[(a,b)=>c]
+                                        //
+                                        //[(a)=>[(a,b)=>c](b)]
+                                        expr_decomp = // schould it be (from_me)=>generic
+                                            partial_type.GetGenericArguments()
+                                            .Select(typ => Expression.Parameter(typ))
+                                            .ToArray();
+                                    }
+                                    else
+                                    if (IsLambda)
+                                    {
+                                        LambdaExpression source_lambda = source_from_me as LambdaExpression;
+
+                                        ReadOnlyCollection<ParameterExpression> from_para = source_lambda.Parameters;
+                                        expr_decomp =
+                                            from_para.Take<Expression>(gene_sig - 1)
+                                            .Append(!IsDirty
+                                                ? source_lambda.Body
+                                                : Expression.Lambda(source_lambda.Body, from_para.Skip(gene_sig - 1)))
+                                            .ToArray();
+                                    }
+
+                                    recursion =
+                                       generic.GetGenericArguments()
+                                       .Zip(expr_decomp, (par, expr) => IsCompatibleType(par, expr.Type, expr, dirty))
+                                       .ToArray();
+
+                                    if (!recursion.All(t => t.Success)
+                                     || !recursion.All(t => retDic.TryAddAllFrom(t.GenericParameters)))
+                                        return (false, new(), source_from_me);
+
+                                    Expression source_partial =
+                                        IsParame ? 
+                                            Expression.Parameter(
+                                                FuncExtensions.CreateFuncType(
+                                                    recursion.Select(t => t.partials.Type).ToArray())) :
+                                        IsLambda ?
+                                            Expression.Lambda(
+                                                recursion[^1].partials,
+                                                recursion[..^1].Select(t => t.partials as ParameterExpression)
+                                            ) :
+                                    null; // For compiler
+
+                                    return (true, retDic, source_partial);
+                                }
+
+                            GeneralGenericCase:
+
+                                if (!from_me.IsGenericType
+                                 || !generic.GetGenericTypeDefinition().Equals(from_me.GetGenericTypeDefinition()))
+                                    return (false, new(), source_from_me);
+
+                                recursion =
+                                   generic.GetGenericArguments()
+                                   .Zip(from_me.GetGenericArguments(), (par, typ) => IsCompatibleType(par, typ, source_from_me, dirty))
+                                   .ToArray();
+                            }
+
+                            if (!recursion.All(t => t.Success)
+                             || !recursion.All(t => retDic.TryAddAllFrom(t.GenericParameters)))
+                                return (false, new(), source_from_me);
+                            else
+                                return (true, retDic, source_from_me);
+                        }
+
+                        if (generic.IsGenericParameter)
+                        { // TODO? .GetGenericParameterConstraints()
+                            return (true, new() { { generic.Name, (from_me, dirty) } }, source_from_me);
+                        }
+
+                        return (false, new(), source_from_me);
+                    }
                 };
 
             private static CustomFunction GetPropertyOrField(string property_name)
diff --git a/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocs.cs b/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocs.cs
index 42cbbb68..51374261 100644
--- a/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocs.cs
+++ b/Assets/Scripts/MMTServer/CommunicationProtocoll/SOMDocs.cs
@@ -22,6 +22,7 @@ namespace REST_JSON_API
     [JsonSubtypes.KnownSubType(typeof(OMC<Vector3>), "OMC<UnityEngine.Vector3>")]
     [JsonSubtypes.KnownSubType(typeof(OMC<float>), "OMC<System.Single>")]
     [JsonSubtypes.KnownSubType(typeof(OMC<double>), "OMC<System.Double>")]
+    [JsonSubtypes.FallBackSubType(typeof(SFunctionWrapper))]
     abstract public partial class SOMDoc
     {
         public string kind;
@@ -44,11 +45,11 @@ public static bool Equivalent(SOMDoc sd1, SOMDoc sd2)
 
         public abstract bool Equivalent(SOMDoc sd2);
 
-        public Func<object[], object> PartialInvokeCastingLambdaExpression(out Type[] signature_args, object[] callArgs = null, bool[] useArgs = null)
+        public Func<object[], object[]> PartialInvokeCastingLambdaExpression(out Type[] signature_args, object[] callArgs = null, bool[] useArgs = null)
         {
             LambdaExpression lambda_orig = GetLambdaExpression();
-            if (lambda_orig.Body is LambdaExpression)
-                lambda_orig = lambda_orig.Body as LambdaExpression;
+            if (lambda_orig.Body is LambdaExpression lambda_lambda)
+                lambda_orig = lambda_lambda;
 
             signature_args = new Type[lambda_orig.Parameters.Count + 1];
 
@@ -82,18 +83,16 @@ public Func<object[], object> PartialInvokeCastingLambdaExpression(out Type[] si
 
             LambdaExpression final_expression =
                 Expression.Lambda(
-                        /*typeof(Array).IsAssignableFrom(lambda_orig.ReturnType)
-                            ?*/ Expression.Convert(
-                            Expression.Invoke(lambda_orig, cast_new_to_signature),
-                            typeof(object)),
-                    //: Expression.NewArrayInit(
-                    //    typeof(object),
-                    //    new Expression[] { Expression.Convert(Expression.Invoke(lambda_orig, cast_new_to_signature), typeof(object)) }),
+                    typeof(object[]).IsAssignableFrom(lambda_orig.ReturnType)
+                    ? Expression.Invoke(lambda_orig, cast_new_to_signature)
+                    : Expression.NewArrayInit(
+                        typeof(object),
+                        new Expression[] { Expression.Convert(Expression.Invoke(lambda_orig, cast_new_to_signature), typeof(object)) }),
 
                     object_arr
                 );
 
-            return final_expression.Compile() as Func<object[], object>;
+            return final_expression.Compile() as Func<object[], object[]>;
         }
 
         public LambdaExpression GetLambdaExpression()
@@ -110,21 +109,18 @@ public static Vector3 MakeVector3(OMA tuple)
         {
             if (tuple.arguments is not OMF[] xyz
              || xyz.Length < 3)
-                throw new FormatException("Argument " + nameof(tuple) + "." + nameof(OMA.arguments) 
+                throw new FormatException("Argument " + nameof(tuple) + "." + nameof(OMA.arguments)
                     + " expected to be: " + nameof(OMF) + "[3]");
 
             return new Vector3(xyz[0].@float, xyz[1].@float, xyz[2].@float);
         }
 
         public static OMA MakeVector3(Vector3 vec)
-            => new OMA(
-                    new OMS(MMTConstants.TupelToVector),
-                    new[]{
-                        MakeTupel(new[] {
-                            new OMF(vec.x),
-                            new OMF(vec.y),
-                            new OMF(vec.z),
-                })});
+            => MakeTupel(new[] {
+                    new OMF(vec.x),
+                    new OMF(vec.y),
+                    new OMF(vec.z),
+                });
 
         public static OMA MakeTupel(SOMDoc[] args)
             => new(
@@ -138,13 +134,13 @@ public static OMA MakeShallowList(SOMDoc[] args)
                     args
                 );
 
-        public static OMA MakeDeepList(SOMDoc[] args, SOMDoc typeURI)
+        public static OMA MakeDeepList(SOMDoc[] args, SOMDoc SOMDoc_type)
         {
             SOMDoc[] end_of_list = new SOMDoc[] {
                 new OMA(
                     new OMS(MMTConstants.ListEnd),
                     new[] {
-                        typeURI,
+                        SOMDoc_type,
                     }
                 ),
                 args.Length == 0
@@ -171,8 +167,8 @@ public static OMA MakeDeepList(SOMDoc[] args, SOMDoc typeURI)
             }
 
             SOMDoc type = new OMA(
-                new OMS(MMTConstants.ListApplicant),
-                new[] { typeURI }
+                new OMS(MMTConstants.ListType),
+                new[] { SOMDoc_type }
             );
 
             return new OMA(type, new[] { defines });
@@ -453,9 +449,13 @@ protected internal override Type ToType(Type[] args)
 
                 if (type.Equals(typeof(Tuple)))
                 { // authors note: Not a fan, but has to be done somewhwere...
+                    if (args.Length == 3
+                     && args.All(t => t == typeof(float)))
+                        return typeof(Vector3);
+
                     type = TupleExtensions.GetGenericTupleType(args.Length);
                 }
-                
+
                 return type
                     .MakeGenericType(args);
             }
@@ -579,6 +579,35 @@ protected internal override Type ToType(Type[] args)
         }
     }
 
+    public class SFunctionWrapper : SOMDocCRTP<SFunctionWrapper>
+    {
+        public SOMDoc SFunction;
+
+        [JsonConstructor]
+        public SFunctionWrapper(SOMDoc SFunction)
+        {
+            this.SFunction = SFunction;
+        }
+
+        public override string ToString()
+            => SFunction.ToString();
+
+        protected override bool EquivalentWrapped(SFunctionWrapper sd2)
+            => SFunction.Equivalent(sd2);
+
+        protected override SFunctionWrapper MapURIsWrapped(Dictionary<string, string> old_to_new)
+            => new(SFunction.MapURIs(old_to_new));
+
+        protected internal override LambdaExpression GetLambdaExpression(LambdaExpression[] lambda_applicant, LambdaExpression[] lambda_arguments, ParameterExpression[] bound_params)
+            => SFunction.GetLambdaExpression(lambda_applicant, lambda_arguments, bound_params);
+
+        protected internal override SOMDoc SOMDocType(SOMDoc[] args)
+            => SFunction.SOMDocType(args);
+
+        protected internal override Type ToType(Type[] args)
+            => SFunction.ToType(args);
+    }
+
     // internal use only
     public class OMC<T> : SOMDocCRTP<OMC<T>>
     {
diff --git a/Assets/Scripts/MeshGenerator/PrismGenerator.cs b/Assets/Scripts/MeshGenerator/PrismGenerator.cs
index 9a0c646b..8e79e2a6 100644
--- a/Assets/Scripts/MeshGenerator/PrismGenerator.cs
+++ b/Assets/Scripts/MeshGenerator/PrismGenerator.cs
@@ -1,3 +1,4 @@
+using System;
 using System.Linq;
 using UnityEngine;
 
@@ -16,19 +17,35 @@ public Vector3 Offset
             GenerateShapeForAll();
         }
     }
+
+    public bool ExpandBothDirections = false;
     #endregion InspectorVariables
 
     #region Implementation
     protected override (Vector3[] vertices, int[] triangles) GenerateTopology()
     {
         (Vector3[] vertices, int[] triangles) plane = CreatePlane(_vertices);
-        Vector3 center = CreateMesh(plane).bounds.center;
+        Vector3[] normals = CreateMesh(plane).normals;
 
         return CreatePrism(
-                (plane.vertices.Select(v => v + _offset).ToArray()
-                    , plane.triangles),
-                (plane.vertices.Select(v => v).ToArray()
-                    , plane.triangles.Reverse().ToArray()),
+                ( // Topology for top
+                    plane.vertices
+                        .Zip(normals, (v, n) =>
+                            v + Quaternion.FromToRotation(Vector3.up, n) *
+                                (ExpandBothDirections ? (Offset * 0.5f) : Offset))
+                        .ToArray(),
+                    plane.triangles
+                ),
+                ( // Topology for bottom
+                    ExpandBothDirections
+                        ? plane.vertices
+                            .Zip(normals, (v, n) =>
+                                v + Quaternion.FromToRotation(Vector3.up, n) *
+                                    -(Offset * 0.5f))
+                            .ToArray()
+                        : plane.vertices,
+                    plane.triangles.Reverse().ToArray()
+                ),
                 null, null
             );
     }
diff --git a/Assets/Scripts/MeshGenerator/ShapeGenerator.cs b/Assets/Scripts/MeshGenerator/ShapeGenerator.cs
index 90a371b8..5437db58 100644
--- a/Assets/Scripts/MeshGenerator/ShapeGenerator.cs
+++ b/Assets/Scripts/MeshGenerator/ShapeGenerator.cs
@@ -34,6 +34,9 @@ protected void GenerateShapeForAll()
         (Vector3[] vertices, int[] triangles) topology = 
             GenerateTopology();
 
+        if (topology.vertices.Length == 0)
+            return;
+
         for (int i = 0; i < Meshs.Count; i++)
         {
             MeshFilter filter = Meshs[i];
diff --git a/Assets/Scripts/Utility/Extensions/DictionaryExtensions.cs b/Assets/Scripts/Utility/Extensions/DictionaryExtensions.cs
index 6dbb0ec5..84a0e587 100644
--- a/Assets/Scripts/Utility/Extensions/DictionaryExtensions.cs
+++ b/Assets/Scripts/Utility/Extensions/DictionaryExtensions.cs
@@ -13,4 +13,15 @@ public static Dictionary<V, K> ReverseKeyValInto<K, V>(this IReadOnlyDictionary<
 
         return target;
     }
+
+    public static bool TryAddAllFrom<K, V>(this Dictionary<K, V> target, IReadOnlyDictionary<K, V> source)
+    {
+        bool all_distinct = true;
+        foreach (KeyValuePair<K, V> KeyVal in source)
+            if (!target.TryAdd(KeyVal.Key, KeyVal.Value)
+             && all_distinct)
+                all_distinct = target[KeyVal.Key].Equals(KeyVal.Value);
+
+        return all_distinct;
+    }
 }
\ No newline at end of file
diff --git a/Assets/Scripts/Utility/Extensions/FuncExtensions.cs b/Assets/Scripts/Utility/Extensions/FuncExtensions.cs
new file mode 100644
index 00000000..46fc7828
--- /dev/null
+++ b/Assets/Scripts/Utility/Extensions/FuncExtensions.cs
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+
+public class FuncExtensions
+{
+    private static readonly Type[] GenericFuncTypes = new Type[]
+{
+    //typeof(Action),
+    typeof(Func<>),
+    typeof(Func<,>),
+    typeof(Func<,,>),
+    typeof(Func<,,,>),
+    typeof(Func<,,,,>),
+    typeof(Func<,,,,,>),
+    typeof(Func<,,,,,,>),
+    typeof(Func<,,,,,,,>)
+};
+
+    private static readonly IReadOnlyDictionary<Type, int> GenericFuncSignature =
+        GenericFuncTypes.ToDictionary(t => t, t => t.IsGenericType ? t.GetGenericArguments().Count() : 0);
+
+    public static Type GetGenericFuncType(int signatureCount)
+        => GenericFuncTypes[signatureCount - 1];
+
+    public static bool IsFuncType(Type type, out int signatureCount)
+        => GenericFuncSignature.TryGetValue(
+                type.IsGenericType ? type.GetGenericTypeDefinition() : type,
+                out signatureCount
+        );
+
+    public static Type CreateFuncType(Type[] signature)
+        => GetGenericFuncType(signature.Length)
+            .MakeGenericType(signature);
+}
\ No newline at end of file
diff --git a/Assets/Scripts/Utility/Extensions/FuncExtensions.cs.meta b/Assets/Scripts/Utility/Extensions/FuncExtensions.cs.meta
new file mode 100644
index 00000000..94a1a162
--- /dev/null
+++ b/Assets/Scripts/Utility/Extensions/FuncExtensions.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 7102cab4ab22d3f47ab9130e4f4e6f45
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 
diff --git a/Assets/Scripts/Utility/Extensions/IEnumerableExtensions.cs b/Assets/Scripts/Utility/Extensions/IEnumerableExtensions.cs
index 7bdb62d1..d614a787 100644
--- a/Assets/Scripts/Utility/Extensions/IEnumerableExtensions.cs
+++ b/Assets/Scripts/Utility/Extensions/IEnumerableExtensions.cs
@@ -1,5 +1,6 @@
 using System.Collections.Generic;
 using System;
+using System.Linq;
 
 public static class IEnumerableExtensions
 {
@@ -81,4 +82,50 @@ public static IEnumerable<TSource> AppendRangeAt<TSource>(this IEnumerable<TSour
         enum_range?.Dispose();
     }
 
+    //// see https://stackoverflow.com/questions/1952153/what-is-the-best-way-to-find-all-combinations-of-items-in-an-array/10629938#10629938
+    //public static IEnumerable<IEnumerable<T>> GetPermutationsWithRept<T>(this IEnumerable<T> source, int length)
+    //{
+    //    if (length == 1) 
+    //        return source.Select(t => new T[] { t });
+
+    //    return 
+    //        GetPermutationsWithRept(source, length - 1)
+    //        .SelectMany(t => source, (t1, t2) => t1.Concat(new T[] { t2 }));
+    //}
+
+    //public static IEnumerable<IEnumerable<T>> GetPermutations<T>(this IEnumerable<T> source, int length)
+    //{
+    //    if (length == 1) 
+    //        return source.Select(t => new T[] { t });
+
+    //    return 
+    //        GetPermutations(source, length - 1)
+    //        .SelectMany(
+    //            t => source.Where(o => !t.Contains(o)),
+    //            (t1, t2) => t1.Concat(new T[] { t2 }));
+    //}
+
+    //public static IEnumerable<IEnumerable<T>> GetKCombsWithRept<T>(this IEnumerable<T> source, int length) where T : IComparable
+    //{
+    //    if (length == 1) 
+    //        return source.Select(t => new T[] { t });
+
+    //    return 
+    //        GetKCombsWithRept(source, length - 1)
+    //        .SelectMany(
+    //            t => source.Where(o => o.CompareTo(t.Last()) >= 0),
+    //            (t1, t2) => t1.Concat(new T[] { t2 }));
+    //}
+
+    //public static IEnumerable<IEnumerable<T>> GetKCombs<T>(this IEnumerable<T> source, int length) where T : IComparable
+    //{
+    //    if (length == 1) 
+    //        return source.Select(t => new T[] { t });
+
+    //    return 
+    //        GetKCombs(source, length - 1)
+    //        .SelectMany(
+    //            t => source.Where(o => o.CompareTo(t.Last()) > 0),
+    //            (t1, t2) => t1.Concat(new T[] { t2 }));
+    //}
 }
\ No newline at end of file
diff --git a/Assets/Scripts/Utility/Extensions/TupleExtensions.cs b/Assets/Scripts/Utility/Extensions/TupleExtensions.cs
index 1dadbb62..8847a7da 100644
--- a/Assets/Scripts/Utility/Extensions/TupleExtensions.cs
+++ b/Assets/Scripts/Utility/Extensions/TupleExtensions.cs
@@ -2,7 +2,7 @@
 
 public static class TupleExtensions
 {
-    private static readonly Type[] generictupletypes = new Type[]
+    private static readonly Type[] GenericTupleTypes = new Type[]
 {
     typeof(Tuple),
     typeof(Tuple<>),
@@ -16,5 +16,5 @@ public static class TupleExtensions
 };
 
     public static Type GetGenericTupleType(int argumentsCount) 
-        => generictupletypes[argumentsCount];
+        => GenericTupleTypes[argumentsCount];
 }
\ No newline at end of file
diff --git a/Assets/Scripts/Utility/IJSONsavable.cs b/Assets/Scripts/Utility/IJSONsavable.cs
index 27f66e8b..fb232820 100644
--- a/Assets/Scripts/Utility/IJSONsavable.cs
+++ b/Assets/Scripts/Utility/IJSONsavable.cs
@@ -357,7 +357,7 @@ public static bool WriteToJsonFile(string filePath, object objectToWrite)
         try
         {
             string payload = JsonConvert.SerializeObject(objectToWrite, settings);
-            writer = new StreamWriter(filePath);
+            writer = new StreamWriter(filePath, append: false);
             writer.Write(payload);
             return true;
         }
diff --git a/Assets/Stages/CanonBall 2D.JSON b/Assets/Stages/CanonBall 2D.JSON
new file mode 100644
index 00000000..e666b9ba
--- /dev/null
+++ b/Assets/Stages/CanonBall 2D.JSON	
@@ -0,0 +1,3578 @@
+{
+  "category": "CanonBall",
+  "number": 1,
+  "description": "CanonBall 2D Test",
+  "scene": "RiverWorld",
+  "use_install_folder": true,
+  "solution": {
+    "ValidationSet": [],
+    "ExposedSolutionFacts": [
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)}"
+    ],
+    "ImmutableFacts": [],
+    "WorkflowGadgetDict": {
+      "-1": null
+    },
+    "MetaInf": {
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7": {
+        "workflow_id": 0,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8": {
+        "workflow_id": 1,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9": {
+        "workflow_id": 2,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10": {
+        "workflow_id": 3,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11": {
+        "workflow_id": 4,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12": {
+        "workflow_id": 5,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13": {
+        "workflow_id": 6,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14": {
+        "workflow_id": 7,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15": {
+        "workflow_id": 8,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16": {
+        "workflow_id": 9,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17": {
+        "workflow_id": 10,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18": {
+        "workflow_id": 11,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19": {
+        "workflow_id": 12,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20": {
+        "workflow_id": 13,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21": {
+        "workflow_id": 14,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22": {
+        "workflow_id": 15,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23": {
+        "workflow_id": 16,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24": {
+        "workflow_id": 17,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25": {
+        "workflow_id": 18,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26": {
+        "workflow_id": 19,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27": {
+        "workflow_id": 20,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28": {
+        "workflow_id": 21,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29": {
+        "workflow_id": 22,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30": {
+        "workflow_id": 23,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31": {
+        "workflow_id": 24,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32": {
+        "workflow_id": 25,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33": {
+        "workflow_id": 26,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34": {
+        "workflow_id": 27,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35": {
+        "workflow_id": 28,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36": {
+        "workflow_id": 29,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37": {
+        "workflow_id": 30,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38": {
+        "workflow_id": 31,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39": {
+        "workflow_id": 32,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40": {
+        "workflow_id": 33,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41": {
+        "workflow_id": 34,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
+        "workflow_id": 35,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 36,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257)": {
+        "workflow_id": 37,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 38,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755)": {
+        "workflow_id": 39,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 40,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104)": {
+        "workflow_id": 41,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 42,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05)": {
+        "workflow_id": 43,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 44,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351)": {
+        "workflow_id": 45,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 46,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235)": {
+        "workflow_id": 47,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 48,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335)": {
+        "workflow_id": 49,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 50,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932)": {
+        "workflow_id": 51,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 52,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144)": {
+        "workflow_id": 53,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 54,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05)": {
+        "workflow_id": 55,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "workflow_id": 56,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)": {
+        "workflow_id": 57,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)}": {
+        "workflow_id": 58,
+        "active": true,
+        "isImmutable": false
+      }
+    },
+    "Workflow": [
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
+        "samestep": false,
+        "steplink": 1,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
+        "samestep": false,
+        "steplink": 2,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
+        "samestep": false,
+        "steplink": 3,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
+        "samestep": false,
+        "steplink": 4,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
+        "samestep": false,
+        "steplink": 7,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
+        "samestep": true,
+        "steplink": 4,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
+        "samestep": true,
+        "steplink": 4,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
+        "samestep": false,
+        "steplink": 10,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
+        "samestep": true,
+        "steplink": 7,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16",
+        "samestep": true,
+        "steplink": 7,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17",
+        "samestep": false,
+        "steplink": 13,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
+        "samestep": true,
+        "steplink": 10,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
+        "samestep": true,
+        "steplink": 10,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
+        "samestep": false,
+        "steplink": 16,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
+        "samestep": true,
+        "steplink": 13,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
+        "samestep": true,
+        "steplink": 13,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
+        "samestep": false,
+        "steplink": 19,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
+        "samestep": true,
+        "steplink": 16,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
+        "samestep": true,
+        "steplink": 16,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
+        "samestep": false,
+        "steplink": 22,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
+        "samestep": true,
+        "steplink": 19,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
+        "samestep": true,
+        "steplink": 19,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
+        "samestep": false,
+        "steplink": 25,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
+        "samestep": true,
+        "steplink": 22,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
+        "samestep": true,
+        "steplink": 22,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
+        "samestep": false,
+        "steplink": 28,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
+        "samestep": true,
+        "steplink": 25,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
+        "samestep": true,
+        "steplink": 25,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
+        "samestep": false,
+        "steplink": 31,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
+        "samestep": true,
+        "steplink": 28,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37",
+        "samestep": true,
+        "steplink": 28,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38",
+        "samestep": false,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
+        "samestep": true,
+        "steplink": 31,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40",
+        "samestep": true,
+        "steplink": 31,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41",
+        "samestep": true,
+        "steplink": 31,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "samestep": false,
+        "steplink": 59,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)}",
+        "samestep": true,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      }
+    ],
+    "marker": 59,
+    "worksteps": 15,
+    "backlog": 0,
+    "soft_resetted": false,
+    "invoke": true,
+    "MaxLabelId": 49,
+    "UnusedLabelIds": [],
+    "JsonFactSpace": {
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7": {
+        "Point": {
+          "x": 0.0,
+          "y": 300.0,
+          "z": 380.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.6196443,
+            "z": 0.7848828,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 484.148743,
+          "sqrMagnitude": 234400.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
+        "Label": "A",
+        "hasCustomLabel": false,
+        "LabelId": 1
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8": {
+        "Point": {
+          "x": 0.0,
+          "y": 150.0,
+          "z": -490.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.292714268,
+            "z": -0.956199944,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 512.4451,
+          "sqrMagnitude": 262600.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 0.292714268,
+          "z": -0.956199944,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
+        "Label": "B",
+        "hasCustomLabel": false,
+        "LabelId": 2
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9": {
+        "Point": {
+          "x": 0.0,
+          "y": -200.0,
+          "z": 0.0,
+          "normalized": {
+            "x": 0.0,
+            "y": -1.0,
+            "z": 0.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 200.0,
+          "sqrMagnitude": 40000.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": -1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
+        "Label": "C",
+        "hasCustomLabel": false,
+        "LabelId": 3
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10": {
+        "value": 0.1,
+        "s_type": "RealLitFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
+        "Label": "D",
+        "hasCustomLabel": false,
+        "LabelId": 4
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11": {
+        "Point": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": -1.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
+        "Label": "E",
+        "hasCustomLabel": false,
+        "LabelId": 5
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12": {
+        "Point": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": 401.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.0,
+            "z": 1.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 401.0,
+          "sqrMagnitude": 160801.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
+        "Label": "F",
+        "hasCustomLabel": false,
+        "LabelId": 6
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
+        "Dir": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": -1.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
+        "Label": "[EF]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14": {
+        "Point": {
+          "x": 0.0,
+          "y": -1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
+        "Label": "G",
+        "hasCustomLabel": false,
+        "LabelId": 7
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15": {
+        "Point": {
+          "x": 0.0,
+          "y": 401.0,
+          "z": 0.01,
+          "normalized": {
+            "x": 0.0,
+            "y": 1.0,
+            "z": 2.49376553E-05,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 401.0,
+          "sqrMagnitude": 160801.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
+        "Label": "H",
+        "hasCustomLabel": false,
+        "LabelId": 8
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
+        "Dir": {
+          "x": 0.0,
+          "y": -1.0,
+          "z": -2.487562E-05,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact16",
+        "Label": "[GH]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17": {
+        "Point": {
+          "x": 0.0,
+          "y": -1.0,
+          "z": 400.0,
+          "normalized": {
+            "x": 0.0,
+            "y": -0.00249999226,
+            "z": 0.9999969,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 400.001251,
+          "sqrMagnitude": 160001.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17",
+        "Label": "I",
+        "hasCustomLabel": false,
+        "LabelId": 9
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18": {
+        "Point": {
+          "x": 0.0,
+          "y": 401.0,
+          "z": 400.01,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.7079802,
+            "z": 0.7062323,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 566.4,
+          "sqrMagnitude": 320809.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
+        "Label": "J",
+        "hasCustomLabel": false,
+        "LabelId": 10
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact17",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
+        "Dir": {
+          "x": 0.0,
+          "y": -1.0,
+          "z": -2.48999149E-05,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
+        "Label": "[IJ]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20": {
+        "Point": {
+          "x": 0.0,
+          "y": 400.0,
+          "z": -1.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.9999969,
+            "z": -0.00249999226,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 400.001251,
+          "sqrMagnitude": 160001.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
+        "Label": "K",
+        "hasCustomLabel": false,
+        "LabelId": 11
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21": {
+        "Point": {
+          "x": 0.0,
+          "y": 400.0,
+          "z": 401.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.7062235,
+            "z": 0.707989037,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 566.392944,
+          "sqrMagnitude": 320801.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
+        "Label": "L",
+        "hasCustomLabel": false,
+        "LabelId": 12
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
+        "Dir": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": -1.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
+        "Label": "[KL]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23": {
+        "Point": {
+          "x": 0.0,
+          "y": 200.0,
+          "z": 50.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.9701425,
+            "z": 0.242535621,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 206.155289,
+          "sqrMagnitude": 42500.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
+        "Label": "M",
+        "hasCustomLabel": false,
+        "LabelId": 13
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24": {
+        "Point": {
+          "x": 0.0,
+          "y": 270.0,
+          "z": 120.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.913811564,
+            "z": 0.40613848,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 295.465729,
+          "sqrMagnitude": 87300.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
+        "Label": "N",
+        "hasCustomLabel": false,
+        "LabelId": 14
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
+        "Dir": {
+          "x": 0.0,
+          "y": -0.707106769,
+          "z": -0.707106769,
+          "magnitude": 1.0,
+          "sqrMagnitude": 0.99999994
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
+        "Label": "[MN]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26": {
+        "Point": {
+          "x": 0.0,
+          "y": 100.0,
+          "z": 150.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.5547002,
+            "z": 0.8320503,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 180.277557,
+          "sqrMagnitude": 32500.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
+        "Label": "O",
+        "hasCustomLabel": false,
+        "LabelId": 15
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27": {
+        "Point": {
+          "x": 0.0,
+          "y": 100.0,
+          "z": 200.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.4472136,
+            "z": 0.8944272,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 223.6068,
+          "sqrMagnitude": 50000.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
+        "Label": "P",
+        "hasCustomLabel": false,
+        "LabelId": 16
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
+        "Dir": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": -1.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
+        "Label": "[OP]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29": {
+        "Point": {
+          "x": 0.0,
+          "y": 285.0,
+          "z": 150.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.8849182,
+            "z": 0.465746433,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 322.06366,
+          "sqrMagnitude": 103725.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
+        "Label": "Q",
+        "hasCustomLabel": false,
+        "LabelId": 17
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30": {
+        "Point": {
+          "x": 0.0,
+          "y": 200.0,
+          "z": 200.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.707106769,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 282.8427,
+          "sqrMagnitude": 80000.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
+        "Label": "R",
+        "hasCustomLabel": false,
+        "LabelId": 18
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
+        "Dir": {
+          "x": 0.0,
+          "y": 0.8619342,
+          "z": -0.5070201,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.861934245,
+            "z": -0.5070202,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 0.99999994,
+          "sqrMagnitude": 0.99999994
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
+        "Label": "[QR]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32": {
+        "Point": {
+          "x": 0.0,
+          "y": 360.0,
+          "z": 230.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.842696249,
+            "z": 0.538389266,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 427.2002,
+          "sqrMagnitude": 182500.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
+        "Label": "S",
+        "hasCustomLabel": false,
+        "LabelId": 19
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33": {
+        "Point": {
+          "x": 0.0,
+          "y": 300.0,
+          "z": 300.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.707106769,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 424.264069,
+          "sqrMagnitude": 180000.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
+        "Label": "T",
+        "hasCustomLabel": false,
+        "LabelId": 20
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
+        "Dir": {
+          "x": 0.0,
+          "y": 0.6507914,
+          "z": -0.7592566,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
+        "Label": "[ST]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35": {
+        "Point": {
+          "x": 0.0,
+          "y": 100.0,
+          "z": 300.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.3162278,
+            "z": 0.9486833,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 316.227753,
+          "sqrMagnitude": 100000.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
+        "Label": "U",
+        "hasCustomLabel": false,
+        "LabelId": 21
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36": {
+        "Point": {
+          "x": 0.0,
+          "y": 150.0,
+          "z": 385.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.363030165,
+            "z": 0.9317774,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 413.1888,
+          "sqrMagnitude": 170725.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
+        "Label": "V",
+        "hasCustomLabel": false,
+        "LabelId": 22
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
+        "Dir": {
+          "x": 0.0,
+          "y": -0.5070201,
+          "z": -0.8619342,
+          "normalized": {
+            "x": 0.0,
+            "y": -0.5070202,
+            "z": -0.861934245,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 0.99999994,
+          "sqrMagnitude": 0.99999994
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact37",
+        "Label": "[UV]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38": {
+        "Point": {
+          "x": 0.0,
+          "y": 50.0,
+          "z": 50.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.707106769,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 70.71068,
+          "sqrMagnitude": 5000.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38",
+        "Label": "W",
+        "hasCustomLabel": false,
+        "LabelId": 23
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39": {
+        "Point": {
+          "x": 0.0,
+          "y": 135.0,
+          "z": 100.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.8035572,
+            "z": 0.59522754,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 168.002975,
+          "sqrMagnitude": 28225.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
+        "Label": "X",
+        "hasCustomLabel": false,
+        "LabelId": 24
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40": {
+        "s_type": "LineFact",
+        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact38",
+        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
+        "Dir": {
+          "x": 0.0,
+          "y": -0.8619342,
+          "z": -0.5070201,
+          "normalized": {
+            "x": 0.0,
+            "y": -0.861934245,
+            "z": -0.5070202,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 0.99999994,
+          "sqrMagnitude": 0.99999994
+        },
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact40",
+        "Label": "[WX]",
+        "hasCustomLabel": false,
+        "LabelId": 0
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41": {
+        "lids": [],
+        "payload": [
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 401.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -1.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.01
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 401.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 400.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -1.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 400.01
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 401.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 400.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 401.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 400.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 50.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 200.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 120.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 270.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 150.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 100.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 100.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 150.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 285.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 200.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 230.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 360.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 300.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 300.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 300.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 100.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 385.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 150.0
+                  }
+                ]
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 50.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 50.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 100.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 135.0
+                  }
+                ]
+              }
+            ]
+          }
+        ],
+        "ListType": {
+          "kind": "OMA",
+          "applicant": {
+            "kind": "OMS",
+            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
+          },
+          "arguments": [
+            {
+              "kind": "OMA",
+              "applicant": {
+                "kind": "OMS",
+                "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
+              },
+              "arguments": [
+                {
+                  "kind": "OMA",
+                  "applicant": {
+                    "kind": "OMS",
+                    "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
+                  },
+                  "arguments": [
+                    {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+                    },
+                    {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+                    }
+                  ]
+                },
+                {
+                  "kind": "OMA",
+                  "applicant": {
+                    "kind": "OMS",
+                    "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
+                  },
+                  "arguments": [
+                    {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+                    },
+                    {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        },
+        "s_type": "ListFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact41",
+        "Label": "Y",
+        "hasCustomLabel": false,
+        "LabelId": 25
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "Pos",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+              }
+            },
+            {
+              "name": "Vel",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+              }
+            },
+            {
+              "name": "Acc",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+              }
+            },
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
+            },
+            "arguments": [
+              {
+                "kind": "VAR",
+                "name": "Pos"
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMA",
+                    "applicant": {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                    },
+                    "arguments": [
+                      {
+                        "kind": "VAR",
+                        "name": "Vel"
+                      },
+                      {
+                        "kind": "VAR",
+                        "name": "t"
+                      }
+                    ]
+                  },
+                  {
+                    "kind": "OMA",
+                    "applicant": {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                    },
+                    "arguments": [
+                      {
+                        "kind": "OMF",
+                        "float": 0.5
+                      },
+                      {
+                        "kind": "OMA",
+                        "applicant": {
+                          "kind": "OMS",
+                          "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                        },
+                        "arguments": [
+                          {
+                            "kind": "VAR",
+                            "name": "Acc"
+                          },
+                          {
+                            "kind": "OMA",
+                            "applicant": {
+                              "kind": "OMS",
+                              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                            },
+                            "arguments": [
+                              {
+                                "kind": "VAR",
+                                "name": "t"
+                              },
+                              {
+                                "kind": "VAR",
+                                "name": "t"
+                              }
+                            ]
+                          }
+                        ]
+                      }
+                    ]
+                  }
+                ]
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "Label": "Z",
+        "hasCustomLabel": false,
+        "LabelId": 26
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 300.0015
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 379.9951
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 150.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -490.0
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "[",
+        "hasCustomLabel": false,
+        "LabelId": 27
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.233725712
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257)",
+        "Label": "\\",
+        "hasCustomLabel": false,
+        "LabelId": 28
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 329.598053
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 265.4693
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 46.84434
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -17.6981239
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "]",
+        "hasCustomLabel": false,
+        "LabelId": 29
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.316755027
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755)",
+        "Label": "^",
+        "hasCustomLabel": false,
+        "LabelId": 30
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 334.402863
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.863342
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 2.001446
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.36056983
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "_",
+        "hasCustomLabel": false,
+        "LabelId": 31
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.03168104
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104)",
+        "Label": "`",
+        "hasCustomLabel": false,
+        "LabelId": 32
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 334.3659
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.906433
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -0.06815995
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.4491852
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "a",
+        "hasCustomLabel": false,
+        "LabelId": 33
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 2.3457822E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05)",
+        "Label": "b",
+        "hasCustomLabel": false,
+        "LabelId": 34
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 334.3659
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.906433
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -0.04327587
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0140693327
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "c",
+        "hasCustomLabel": false,
+        "LabelId": 35
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 1.82835114
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351)",
+        "Label": "d",
+        "hasCustomLabel": false,
+        "LabelId": 36
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.000365703483
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.932159
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 36.57135
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0014069333
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "e",
+        "hasCustomLabel": false,
+        "LabelId": 37
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.3657235
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235)",
+        "Label": "f",
+        "hasCustomLabel": false,
+        "LabelId": 38
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.656335E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.932678
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.657335
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.00014069333
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "g",
+        "hasCustomLabel": false,
+        "LabelId": 39
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.0365833454
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335)",
+        "Label": "h",
+        "hasCustomLabel": false,
+        "LabelId": 40
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.664235E-06
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.932678
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.3659334
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.40693328E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "i",
+        "hasCustomLabel": false,
+        "LabelId": 41
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.00366932014
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932)",
+        "Label": "j",
+        "hasCustomLabel": false,
+        "LabelId": 42
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.57930617E-07
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.932678
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0367930643
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.40693328E-06
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "k",
+        "hasCustomLabel": false,
+        "LabelId": 43
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.0003774144
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144)",
+        "Label": "l",
+        "hasCustomLabel": false,
+        "LabelId": 44
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 2.868982E-08
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.932678
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.003868982
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.40693331E-07
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "m",
+        "hasCustomLabel": false,
+        "LabelId": 45
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 4.5057237E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05)",
+        "Label": "n",
+        "hasCustomLabel": false,
+        "LabelId": 46
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -4.857548E-09
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 259.932678
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0005142465
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.40693333E-08
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -200.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Label": "o",
+        "hasCustomLabel": false,
+        "LabelId": 47
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": "Infinity"
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)",
+        "Label": "p",
+        "hasCustomLabel": false,
+        "LabelId": 48
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)}": {
+        "fid": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
+        "func_calls_ids": [
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)"
+        ],
+        "s_type": "AttachedPositionFunction",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 300.0015, 379.9951), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 150, -490), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.2337257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 329.5981, 265.4693), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 46.84434, -17.69812), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.316755), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.4029, 259.8633), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001446, 1.36057), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03168104), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.06815995, 0.4491852), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 2.345782E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 334.3659, 259.9064), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -0.04327587, 0.01406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 1.828351), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0003657035, 259.9322), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 36.57135, 0.001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.3657235), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.656335E-05, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.657335, 0.0001406933), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.03658335), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.664235E-06, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3659334, 1.406933E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.00366932), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.579306E-07, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03679306, 1.406933E-06), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 0.0003774144), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.868982E-08, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003868982, 1.406933E-07), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, 4.505724E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.857548E-09, 259.9327), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0005142465, 1.406933E-08), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -200, 0), Variable_(t))}(-1E-05, Infinity)}",
+        "Label": "q",
+        "hasCustomLabel": false,
+        "LabelId": 49
+      }
+    },
+    "name": null,
+    "path": null
+  },
+  "solution_approches": [],
+  "AllowedScrolls": null,
+  "AllowedGadgets": null,
+  "name": "CanonBall 2D",
+  "path": null
+}
\ No newline at end of file
diff --git a/Assets/Stages/CanonBall A.JSON.meta b/Assets/Stages/CanonBall 2D.JSON.meta
similarity index 75%
rename from Assets/Stages/CanonBall A.JSON.meta
rename to Assets/Stages/CanonBall 2D.JSON.meta
index a0d2e1ae..dfd1aed1 100644
--- a/Assets/Stages/CanonBall A.JSON.meta	
+++ b/Assets/Stages/CanonBall 2D.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: db4a88d3caba4a8499fdb182c8187a06
+guid: cbfb25bc853f2854ebb5bee5938155e9
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/Stages/CanonBall 3D.JSON b/Assets/Stages/CanonBall 3D.JSON
new file mode 100644
index 00000000..d8bcd05b
--- /dev/null
+++ b/Assets/Stages/CanonBall 3D.JSON	
@@ -0,0 +1,5755 @@
+{
+  "category": "CanonBall",
+  "number": 2,
+  "description": "CanonBall 3D Test",
+  "scene": "RiverWorld",
+  "use_install_folder": true,
+  "solution": {
+    "ValidationSet": [],
+    "ExposedSolutionFacts": [
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115",
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)}"
+    ],
+    "ImmutableFacts": [],
+    "WorkflowGadgetDict": {
+      "-1": null
+    },
+    "MetaInf": {
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42": {
+        "workflow_id": 0,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43": {
+        "workflow_id": 1,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44": {
+        "workflow_id": 2,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45": {
+        "workflow_id": 3,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46": {
+        "workflow_id": 4,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47": {
+        "workflow_id": 5,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48": {
+        "workflow_id": 6,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49": {
+        "workflow_id": 7,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50": {
+        "workflow_id": 8,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51": {
+        "workflow_id": 9,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52": {
+        "workflow_id": 10,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53": {
+        "workflow_id": 11,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54": {
+        "workflow_id": 12,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55": {
+        "workflow_id": 13,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56": {
+        "workflow_id": 14,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57": {
+        "workflow_id": 15,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58": {
+        "workflow_id": 16,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59": {
+        "workflow_id": 17,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60": {
+        "workflow_id": 18,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65": {
+        "workflow_id": 19,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70": {
+        "workflow_id": 20,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75": {
+        "workflow_id": 21,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80": {
+        "workflow_id": 22,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85": {
+        "workflow_id": 23,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86": {
+        "workflow_id": 24,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87": {
+        "workflow_id": 25,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88": {
+        "workflow_id": 26,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89": {
+        "workflow_id": 27,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90": {
+        "workflow_id": 28,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91": {
+        "workflow_id": 29,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92": {
+        "workflow_id": 30,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93": {
+        "workflow_id": 31,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94": {
+        "workflow_id": 32,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95": {
+        "workflow_id": 33,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96": {
+        "workflow_id": 34,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97": {
+        "workflow_id": 35,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98": {
+        "workflow_id": 36,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99": {
+        "workflow_id": 37,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100": {
+        "workflow_id": 38,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101": {
+        "workflow_id": 39,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102": {
+        "workflow_id": 40,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103": {
+        "workflow_id": 41,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104": {
+        "workflow_id": 42,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105": {
+        "workflow_id": 43,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106": {
+        "workflow_id": 44,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107": {
+        "workflow_id": 45,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108": {
+        "workflow_id": 46,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109": {
+        "workflow_id": 47,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110": {
+        "workflow_id": 48,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111": {
+        "workflow_id": 49,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112": {
+        "workflow_id": 50,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113": {
+        "workflow_id": 51,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114": {
+        "workflow_id": 52,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115": {
+        "workflow_id": 53,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116": {
+        "workflow_id": 54,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
+        "workflow_id": 55,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 56,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328)": {
+        "workflow_id": 57,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 58,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455)": {
+        "workflow_id": 59,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 60,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759)": {
+        "workflow_id": 61,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 62,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052)": {
+        "workflow_id": 63,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 64,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257)": {
+        "workflow_id": 65,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 66,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593)": {
+        "workflow_id": 67,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 68,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05)": {
+        "workflow_id": 69,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 70,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05)": {
+        "workflow_id": 71,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 72,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05)": {
+        "workflow_id": 73,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 74,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 75,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 76,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 77,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 78,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 79,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 80,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 81,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 82,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 83,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 84,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 85,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 86,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 87,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 88,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 89,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 90,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 91,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 92,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 93,
+        "active": true,
+        "isImmutable": false
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "workflow_id": 94,
+        "active": true,
+        "isImmutable": false
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "workflow_id": 95,
+        "active": true,
+        "isImmutable": false
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)}": {
+        "workflow_id": 96,
+        "active": true,
+        "isImmutable": false
+      }
+    },
+    "Workflow": [
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
+        "samestep": false,
+        "steplink": 1,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
+        "samestep": false,
+        "steplink": 2,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
+        "samestep": false,
+        "steplink": 3,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
+        "samestep": false,
+        "steplink": 4,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
+        "samestep": false,
+        "steplink": 5,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
+        "samestep": false,
+        "steplink": 6,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
+        "samestep": false,
+        "steplink": 7,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
+        "samestep": false,
+        "steplink": 9,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50",
+        "samestep": true,
+        "steplink": 7,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51",
+        "samestep": false,
+        "steplink": 10,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
+        "samestep": false,
+        "steplink": 11,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
+        "samestep": false,
+        "steplink": 12,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54",
+        "samestep": false,
+        "steplink": 14,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
+        "samestep": true,
+        "steplink": 12,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56",
+        "samestep": false,
+        "steplink": 15,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57",
+        "samestep": false,
+        "steplink": 16,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58",
+        "samestep": false,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59",
+        "samestep": false,
+        "steplink": 24,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60",
+        "samestep": true,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65",
+        "samestep": true,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70",
+        "samestep": true,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75",
+        "samestep": true,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80",
+        "samestep": true,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85",
+        "samestep": true,
+        "steplink": 17,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86",
+        "samestep": false,
+        "steplink": 25,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87",
+        "samestep": false,
+        "steplink": 26,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88",
+        "samestep": false,
+        "steplink": 27,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89",
+        "samestep": false,
+        "steplink": 29,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90",
+        "samestep": true,
+        "steplink": 27,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91",
+        "samestep": false,
+        "steplink": 30,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92",
+        "samestep": false,
+        "steplink": 31,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93",
+        "samestep": false,
+        "steplink": 32,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94",
+        "samestep": false,
+        "steplink": 34,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95",
+        "samestep": true,
+        "steplink": 32,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96",
+        "samestep": false,
+        "steplink": 35,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97",
+        "samestep": false,
+        "steplink": 36,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98",
+        "samestep": false,
+        "steplink": 37,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99",
+        "samestep": false,
+        "steplink": 39,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100",
+        "samestep": true,
+        "steplink": 37,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101",
+        "samestep": false,
+        "steplink": 40,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102",
+        "samestep": false,
+        "steplink": 41,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103",
+        "samestep": false,
+        "steplink": 42,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104",
+        "samestep": false,
+        "steplink": 44,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105",
+        "samestep": true,
+        "steplink": 42,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106",
+        "samestep": false,
+        "steplink": 45,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107",
+        "samestep": false,
+        "steplink": 46,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108",
+        "samestep": false,
+        "steplink": 47,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109",
+        "samestep": false,
+        "steplink": 49,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110",
+        "samestep": true,
+        "steplink": 47,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111",
+        "samestep": false,
+        "steplink": 50,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112",
+        "samestep": false,
+        "steplink": 51,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113",
+        "samestep": false,
+        "steplink": 52,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114",
+        "samestep": false,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115",
+        "samestep": true,
+        "steplink": 52,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116",
+        "samestep": true,
+        "steplink": 52,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "samestep": false,
+        "steplink": 97,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      },
+      {
+        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)}",
+        "samestep": true,
+        "steplink": 55,
+        "creation": true,
+        "gadget_rank": -1,
+        "scroll_label": null,
+        "GadgetFlow": [],
+        "GadgetTime": 1.0604520999986562
+      }
+    ],
+    "marker": 97,
+    "worksteps": 41,
+    "backlog": 0,
+    "soft_resetted": false,
+    "invoke": true,
+    "MaxLabelId": 117,
+    "UnusedLabelIds": [],
+    "JsonFactSpace": {
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42": {
+        "Point": {
+          "x": 0.0,
+          "y": 14.715,
+          "z": 18.639,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.6196443,
+            "z": 0.7848828,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 23.7474957,
+          "sqrMagnitude": 563.943542
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
+        "Label": "A",
+        "hasCustomLabel": false,
+        "LabelId": 1
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43": {
+        "Point": {
+          "x": 4.90499973,
+          "y": 7.3575,
+          "z": -24.0345,
+          "normalized": {
+            "x": 0.191530108,
+            "y": 0.2872952,
+            "z": -0.9384976,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 25.6095486,
+          "sqrMagnitude": 655.849
+        },
+        "Normal": {
+          "x": 0.191530108,
+          "y": 0.2872952,
+          "z": -0.9384976,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.00000012
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
+        "Label": "B",
+        "hasCustomLabel": false,
+        "LabelId": 2
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44": {
+        "Point": {
+          "x": 0.0,
+          "y": -9.809999,
+          "z": 0.0,
+          "normalized": {
+            "x": 0.0,
+            "y": -1.0,
+            "z": 0.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 9.809999,
+          "sqrMagnitude": 96.23609
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": -1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
+        "Label": "C",
+        "hasCustomLabel": false,
+        "LabelId": 3
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45": {
+        "value": 0.1,
+        "s_type": "RealLitFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
+        "Label": "D",
+        "hasCustomLabel": false,
+        "LabelId": 4
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46": {
+        "Point": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": 0.0,
+          "magnitude": 0.0,
+          "sqrMagnitude": 0.0
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
+        "Label": "E",
+        "hasCustomLabel": false,
+        "LabelId": 5
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47": {
+        "Point": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": 19.6199989,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.0,
+            "z": 1.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 19.6199989,
+          "sqrMagnitude": 384.944366
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
+        "Label": "F",
+        "hasCustomLabel": false,
+        "LabelId": 6
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48": {
+        "Point": {
+          "x": 0.0,
+          "y": 19.6199989,
+          "z": 19.6199989,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.707106769,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 27.7468681,
+          "sqrMagnitude": 769.888733
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
+        "Label": "G",
+        "hasCustomLabel": false,
+        "LabelId": 7
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49": {
+        "Point": {
+          "x": 0.0,
+          "y": 19.6199989,
+          "z": 0.0,
+          "normalized": {
+            "x": 0.0,
+            "y": 1.0,
+            "z": 0.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 19.6199989,
+          "sqrMagnitude": 384.944366
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
+        "Label": "H",
+        "hasCustomLabel": false,
+        "LabelId": 8
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact50",
+        "Label": "I",
+        "hasCustomLabel": false,
+        "LabelId": 9
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51": {
+        "Point": {
+          "x": 19.6199989,
+          "y": 0.0,
+          "z": 0.0,
+          "normalized": {
+            "x": 1.0,
+            "y": 0.0,
+            "z": 0.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 19.6199989,
+          "sqrMagnitude": 384.944366
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51",
+        "Label": "J",
+        "hasCustomLabel": false,
+        "LabelId": 10
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52": {
+        "Point": {
+          "x": 19.6199989,
+          "y": 0.0,
+          "z": 19.6199989,
+          "normalized": {
+            "x": 0.707106769,
+            "y": 0.0,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 27.7468681,
+          "sqrMagnitude": 769.888733
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
+        "Label": "K",
+        "hasCustomLabel": false,
+        "LabelId": 11
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53": {
+        "Point": {
+          "x": 19.6199989,
+          "y": 19.6199989,
+          "z": 19.6199989,
+          "normalized": {
+            "x": 0.577350259,
+            "y": 0.577350259,
+            "z": 0.577350259,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 33.9828339,
+          "sqrMagnitude": 1154.83313
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
+        "Label": "L",
+        "hasCustomLabel": false,
+        "LabelId": 12
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54": {
+        "Point": {
+          "x": 19.6199989,
+          "y": 19.6199989,
+          "z": 0.0,
+          "normalized": {
+            "x": 0.707106769,
+            "y": 0.707106769,
+            "z": 0.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 27.7468681,
+          "sqrMagnitude": 769.888733
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54",
+        "Label": "M",
+        "hasCustomLabel": false,
+        "LabelId": 13
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact55",
+        "Label": "N",
+        "hasCustomLabel": false,
+        "LabelId": 14
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56": {
+        "Point": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": 12.2625,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.0,
+            "z": 1.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 12.2625,
+          "sqrMagnitude": 150.3689
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56",
+        "Label": "O",
+        "hasCustomLabel": false,
+        "LabelId": 15
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57": {
+        "Point": {
+          "x": 0.0,
+          "y": 0.0,
+          "z": 14.715,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.0,
+            "z": 1.0,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 14.715,
+          "sqrMagnitude": 216.531235
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57",
+        "Label": "P",
+        "hasCustomLabel": false,
+        "LabelId": 16
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58": {
+        "Point": {
+          "x": 19.6199989,
+          "y": 0.0,
+          "z": 14.715,
+          "normalized": {
+            "x": 0.799999952,
+            "y": 0.0,
+            "z": 0.6,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 24.525,
+          "sqrMagnitude": 601.4756
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58",
+        "Label": "Q",
+        "hasCustomLabel": false,
+        "LabelId": 17
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59": {
+        "Point": {
+          "x": 19.6199989,
+          "y": 0.0,
+          "z": 12.2625,
+          "normalized": {
+            "x": 0.8479983,
+            "y": 0.0,
+            "z": 0.529998958,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 23.136837,
+          "sqrMagnitude": 535.313232
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59",
+        "Label": "R",
+        "hasCustomLabel": false,
+        "LabelId": 18
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact60",
+        "Label": "S",
+        "hasCustomLabel": false,
+        "LabelId": 19
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact65",
+        "Label": "X",
+        "hasCustomLabel": false,
+        "LabelId": 24
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact70",
+        "Label": "]",
+        "hasCustomLabel": false,
+        "LabelId": 29
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact75",
+        "Label": "b",
+        "hasCustomLabel": false,
+        "LabelId": 34
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact80",
+        "Label": "g",
+        "hasCustomLabel": false,
+        "LabelId": 39
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact85",
+        "Label": "l",
+        "hasCustomLabel": false,
+        "LabelId": 44
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86": {
+        "Point": {
+          "x": 0.0,
+          "y": 9.809999,
+          "z": 2.45249987,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.970142543,
+            "z": 0.242535636,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 10.1119156,
+          "sqrMagnitude": 102.250847
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86",
+        "Label": "m",
+        "hasCustomLabel": false,
+        "LabelId": 45
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87": {
+        "Point": {
+          "x": 0.0,
+          "y": 13.2778349,
+          "z": 5.920335,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.913323939,
+            "z": 0.407233834,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 14.5379248,
+          "sqrMagnitude": 211.351257
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87",
+        "Label": "n",
+        "hasCustomLabel": false,
+        "LabelId": 46
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88": {
+        "Point": {
+          "x": 9.809999,
+          "y": 13.2778349,
+          "z": 5.920335,
+          "normalized": {
+            "x": 0.559351444,
+            "y": 0.7570822,
+            "z": 0.3375686,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 17.538168,
+          "sqrMagnitude": 307.587341
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88",
+        "Label": "o",
+        "hasCustomLabel": false,
+        "LabelId": 47
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89": {
+        "Point": {
+          "x": 9.809999,
+          "y": 9.809999,
+          "z": 2.45249987,
+          "normalized": {
+            "x": 0.696310639,
+            "y": 0.696310639,
+            "z": 0.17407766,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 14.0885391,
+          "sqrMagnitude": 198.486938
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89",
+        "Label": "p",
+        "hasCustomLabel": false,
+        "LabelId": 48
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact90",
+        "Label": "q",
+        "hasCustomLabel": false,
+        "LabelId": 49
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91": {
+        "Point": {
+          "x": 0.0,
+          "y": 4.90499973,
+          "z": 7.3575,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.5547002,
+            "z": 0.8320503,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 8.842614,
+          "sqrMagnitude": 78.19183
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91",
+        "Label": "r",
+        "hasCustomLabel": false,
+        "LabelId": 50
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92": {
+        "Point": {
+          "x": 0.0,
+          "y": 4.90499973,
+          "z": 9.809999,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.4472136,
+            "z": 0.8944272,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 10.9679127,
+          "sqrMagnitude": 120.295113
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92",
+        "Label": "s",
+        "hasCustomLabel": false,
+        "LabelId": 51
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93": {
+        "Point": {
+          "x": 9.809999,
+          "y": 4.90499973,
+          "z": 9.809999,
+          "normalized": {
+            "x": 0.6666667,
+            "y": 0.333333343,
+            "z": 0.6666667,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 14.7149992,
+          "sqrMagnitude": 216.5312
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93",
+        "Label": "t",
+        "hasCustomLabel": false,
+        "LabelId": 52
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94": {
+        "Point": {
+          "x": 9.809999,
+          "y": 4.90499973,
+          "z": 7.3575,
+          "normalized": {
+            "x": 0.742781341,
+            "y": 0.371390671,
+            "z": 0.557086051,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 13.2071161,
+          "sqrMagnitude": 174.427917
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94",
+        "Label": "u",
+        "hasCustomLabel": false,
+        "LabelId": 53
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact95",
+        "Label": "v",
+        "hasCustomLabel": false,
+        "LabelId": 54
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96": {
+        "Point": {
+          "x": 0.0,
+          "y": 14.05773,
+          "z": 7.3575,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.885988832,
+            "z": 0.463706642,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 15.8667126,
+          "sqrMagnitude": 251.752579
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96",
+        "Label": "w",
+        "hasCustomLabel": false,
+        "LabelId": 55
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97": {
+        "Point": {
+          "x": 0.0,
+          "y": 9.809999,
+          "z": 9.809999,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.707106769,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 13.8734341,
+          "sqrMagnitude": 192.472183
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97",
+        "Label": "x",
+        "hasCustomLabel": false,
+        "LabelId": 56
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98": {
+        "Point": {
+          "x": 9.809999,
+          "y": 9.809999,
+          "z": 9.809999,
+          "normalized": {
+            "x": 0.577350259,
+            "y": 0.577350259,
+            "z": 0.577350259,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 16.9914169,
+          "sqrMagnitude": 288.708282
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98",
+        "Label": "y",
+        "hasCustomLabel": false,
+        "LabelId": 57
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99": {
+        "Point": {
+          "x": 9.809999,
+          "y": 14.05773,
+          "z": 7.3575,
+          "normalized": {
+            "x": 0.525879741,
+            "y": 0.753585756,
+            "z": 0.394409835,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 18.6544533,
+          "sqrMagnitude": 347.988647
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99",
+        "Label": "z",
+        "hasCustomLabel": false,
+        "LabelId": 58
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact100",
+        "Label": "{",
+        "hasCustomLabel": false,
+        "LabelId": 59
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101": {
+        "Point": {
+          "x": 0.0,
+          "y": 16.677,
+          "z": 11.315835,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.827491939,
+            "z": 0.5614776,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 20.1536713,
+          "sqrMagnitude": 406.170441
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101",
+        "Label": "|",
+        "hasCustomLabel": false,
+        "LabelId": 60
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102": {
+        "Point": {
+          "x": 0.0,
+          "y": 14.715,
+          "z": 14.715,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.7071068,
+            "z": 0.7071068,
+            "normalized": {
+              "x": 0.0,
+              "y": 0.707106769,
+              "z": 0.707106769,
+              "magnitude": 1.0,
+              "sqrMagnitude": 0.99999994
+            },
+            "magnitude": 1.00000012,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 20.8101521,
+          "sqrMagnitude": 433.062469
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102",
+        "Label": "}",
+        "hasCustomLabel": false,
+        "LabelId": 61
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103": {
+        "Point": {
+          "x": 9.809999,
+          "y": 14.715,
+          "z": 14.715,
+          "normalized": {
+            "x": 0.4264014,
+            "y": 0.6396022,
+            "z": 0.6396022,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 23.0064888,
+          "sqrMagnitude": 529.2985
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103",
+        "Label": "~",
+        "hasCustomLabel": false,
+        "LabelId": 62
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104": {
+        "Point": {
+          "x": 9.809999,
+          "y": 16.677,
+          "z": 11.315835,
+          "normalized": {
+            "x": 0.437664539,
+            "y": 0.74402976,
+            "z": 0.504846036,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 22.4144268,
+          "sqrMagnitude": 502.406555
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104",
+        "Label": "",
+        "hasCustomLabel": false,
+        "LabelId": 63
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact105",
+        "Label": "€",
+        "hasCustomLabel": false,
+        "LabelId": 64
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106": {
+        "Point": {
+          "x": 0.0,
+          "y": 4.90499973,
+          "z": 14.715,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.316227734,
+            "z": 0.9486833,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 15.510972,
+          "sqrMagnitude": 240.590256
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106",
+        "Label": "",
+        "hasCustomLabel": false,
+        "LabelId": 65
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107": {
+        "Point": {
+          "x": 0.0,
+          "y": 7.3575,
+          "z": 18.96273,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.361724645,
+            "z": 0.932285,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.00000012
+          },
+          "magnitude": 20.3400574,
+          "sqrMagnitude": 413.717957
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107",
+        "Label": "‚",
+        "hasCustomLabel": false,
+        "LabelId": 66
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108": {
+        "Point": {
+          "x": 9.809999,
+          "y": 7.3575,
+          "z": 18.96273,
+          "normalized": {
+            "x": 0.434413642,
+            "y": 0.325810254,
+            "z": 0.8397216,
+            "normalized": {
+              "x": 0.434413671,
+              "y": 0.325810283,
+              "z": 0.8397217,
+              "magnitude": 1.0,
+              "sqrMagnitude": 1.00000012
+            },
+            "magnitude": 0.99999994,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 22.5821629,
+          "sqrMagnitude": 509.954041
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108",
+        "Label": "ƒ",
+        "hasCustomLabel": false,
+        "LabelId": 67
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109": {
+        "Point": {
+          "x": 9.809999,
+          "y": 4.90499973,
+          "z": 14.715,
+          "normalized": {
+            "x": 0.5345225,
+            "y": 0.267261237,
+            "z": 0.801783741,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 18.352829,
+          "sqrMagnitude": 336.826355
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109",
+        "Label": "„",
+        "hasCustomLabel": false,
+        "LabelId": 68
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact110",
+        "Label": "\u0085",
+        "hasCustomLabel": false,
+        "LabelId": 69
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111": {
+        "Point": {
+          "x": 0.0,
+          "y": 2.45249987,
+          "z": 2.45249987,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.707106769,
+            "z": 0.707106769,
+            "magnitude": 1.0,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 3.46835852,
+          "sqrMagnitude": 12.0295115
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111",
+        "Label": "†",
+        "hasCustomLabel": false,
+        "LabelId": 70
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112": {
+        "Point": {
+          "x": 0.0,
+          "y": 6.70023,
+          "z": 4.90499973,
+          "normalized": {
+            "x": 0.0,
+            "y": 0.806893,
+            "z": 0.590697646,
+            "magnitude": 1.0,
+            "sqrMagnitude": 1.0
+          },
+          "magnitude": 8.3037405,
+          "sqrMagnitude": 68.9521
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112",
+        "Label": "‡",
+        "hasCustomLabel": false,
+        "LabelId": 71
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113": {
+        "Point": {
+          "x": 9.809999,
+          "y": 6.70023,
+          "z": 4.90499973,
+          "normalized": {
+            "x": 0.7632722,
+            "y": 0.521315,
+            "z": 0.3816361,
+            "normalized": {
+              "x": 0.7632723,
+              "y": 0.521315038,
+              "z": 0.381636143,
+              "magnitude": 1.0,
+              "sqrMagnitude": 1.00000012
+            },
+            "magnitude": 0.99999994,
+            "sqrMagnitude": 0.99999994
+          },
+          "magnitude": 12.8525562,
+          "sqrMagnitude": 165.1882
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113",
+        "Label": "ˆ",
+        "hasCustomLabel": false,
+        "LabelId": 72
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114": {
+        "Point": {
+          "x": 9.809999,
+          "y": 2.45249987,
+          "z": 2.45249987,
+          "normalized": {
+            "x": 0.942809,
+            "y": 0.235702246,
+            "z": 0.235702246,
+            "normalized": {
+              "x": 0.942809045,
+              "y": 0.235702261,
+              "z": 0.235702261,
+              "magnitude": 1.0,
+              "sqrMagnitude": 1.0
+            },
+            "magnitude": 0.99999994,
+            "sqrMagnitude": 0.9999999
+          },
+          "magnitude": 10.405076,
+          "sqrMagnitude": 108.2656
+        },
+        "Normal": {
+          "x": 0.0,
+          "y": 1.0,
+          "z": 0.0,
+          "magnitude": 1.0,
+          "sqrMagnitude": 1.0
+        },
+        "s_type": "PointFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114",
+        "Label": "‰",
+        "hasCustomLabel": false,
+        "LabelId": 73
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115": {
+        "Pids": [
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113",
+          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114"
+        ],
+        "s_type": "QuadFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact115",
+        "Label": "Š",
+        "hasCustomLabel": false,
+        "LabelId": 74
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116": {
+        "lids": [],
+        "payload": [
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact49"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact48"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact53"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact54"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact57"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact47"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact52"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact58"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact56"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact59"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact51"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact86"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact87"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact88"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact89"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact91"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact92"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact93"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact94"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact96"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact97"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact98"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact99"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact101"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact102"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact103"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact104"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact106"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact107"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact108"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact109"
+              }
+            ]
+          },
+          {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+            },
+            "arguments": [
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact111"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact112"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact113"
+              },
+              {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact114"
+              }
+            ]
+          }
+        ],
+        "ListType": {
+          "kind": "OMA",
+          "applicant": {
+            "kind": "OMS",
+            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
+          },
+          "arguments": [
+            {
+              "kind": "OMA",
+              "applicant": {
+                "kind": "OMS",
+                "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
+              },
+              "arguments": [
+                {
+                  "kind": "OMS",
+                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+                },
+                {
+                  "kind": "OMS",
+                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+                },
+                {
+                  "kind": "OMS",
+                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+                },
+                {
+                  "kind": "OMS",
+                  "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+                }
+              ]
+            }
+          ]
+        },
+        "s_type": "ListFact",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact116",
+        "Label": "‹",
+        "hasCustomLabel": false,
+        "LabelId": 75
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "Pos",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+              }
+            },
+            {
+              "name": "Vel",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+              }
+            },
+            {
+              "name": "Acc",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/core/geometry?3DGeometry?point"
+              }
+            },
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
+            },
+            "arguments": [
+              {
+                "kind": "VAR",
+                "name": "Pos"
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMA",
+                    "applicant": {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                    },
+                    "arguments": [
+                      {
+                        "kind": "VAR",
+                        "name": "Vel"
+                      },
+                      {
+                        "kind": "VAR",
+                        "name": "t"
+                      }
+                    ]
+                  },
+                  {
+                    "kind": "OMA",
+                    "applicant": {
+                      "kind": "OMS",
+                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                    },
+                    "arguments": [
+                      {
+                        "kind": "OMF",
+                        "float": 0.5
+                      },
+                      {
+                        "kind": "OMA",
+                        "applicant": {
+                          "kind": "OMS",
+                          "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                        },
+                        "arguments": [
+                          {
+                            "kind": "VAR",
+                            "name": "Acc"
+                          },
+                          {
+                            "kind": "OMA",
+                            "applicant": {
+                              "kind": "OMS",
+                              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
+                            },
+                            "arguments": [
+                              {
+                                "kind": "VAR",
+                                "name": "t"
+                              },
+                              {
+                                "kind": "VAR",
+                                "name": "t"
+                              }
+                            ]
+                          }
+                        ]
+                      }
+                    ]
+                  }
+                ]
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "Label": "Œ",
+        "hasCustomLabel": false,
+        "LabelId": 76
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.90499951E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 14.7150736
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 18.63876
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.90499973
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 7.3575
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -24.0345
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "",
+        "hasCustomLabel": false,
+        "LabelId": 77
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.286032766
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328)",
+        "Label": "ÂŽ",
+        "hasCustomLabel": false,
+        "LabelId": 78
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.40304458
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.4182777
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.7640886
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.490499973
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.85351431
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -1.59631431
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "",
+        "hasCustomLabel": false,
+        "LabelId": 79
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.190045476
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455)",
+        "Label": "",
+        "hasCustomLabel": false,
+        "LabelId": 80
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49626231
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5933781
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4607153
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0490499958
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.138768747
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -0.07890882
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "‘",
+        "hasCustomLabel": false,
+        "LabelId": 81
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.0190375913
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759)",
+        "Label": "Â’",
+        "hasCustomLabel": false,
+        "LabelId": 82
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49719608
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.004905
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.009233252
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.000208541984
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "“",
+        "hasCustomLabel": false,
+        "LabelId": 83
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.00191105215
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052)",
+        "Label": "”",
+        "hasCustomLabel": false,
+        "LabelId": 84
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.4972055
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0004905
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0004578356
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0008342755
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "•",
+        "hasCustomLabel": false,
+        "LabelId": 85
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.000226125689
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257)",
+        "Label": "–",
+        "hasCustomLabel": false,
+        "LabelId": 86
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.90500024E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 1.58160947E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.000194170309
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "—",
+        "hasCustomLabel": false,
+        "LabelId": 87
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 0.000102459308
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593)",
+        "Label": "˜",
+        "hasCustomLabel": false,
+        "LabelId": 88
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.9049986E-06
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.26712579E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 9.537791E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "™",
+        "hasCustomLabel": false,
+        "LabelId": 89
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.78600947E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05)",
+        "Label": "š",
+        "hasCustomLabel": false,
+        "LabelId": 90
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.904982E-07
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.812594E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.507001E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "›",
+        "hasCustomLabel": false,
+        "LabelId": 91
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780457E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05)",
+        "Label": "œ",
+        "hasCustomLabel": false,
+        "LabelId": 92
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.9048186E-08
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.87184336E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.403492E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "",
+        "hasCustomLabel": false,
+        "LabelId": 93
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780402E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05)",
+        "Label": "ž",
+        "hasCustomLabel": false,
+        "LabelId": 94
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.90317875E-09
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.87781547E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.39313652E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "Ÿ",
+        "hasCustomLabel": false,
+        "LabelId": 95
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": " ",
+        "hasCustomLabel": false,
+        "LabelId": 96
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.88678E-10
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.87841319E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.392101E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "¡",
+        "hasCustomLabel": false,
+        "LabelId": 97
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "¢",
+        "hasCustomLabel": false,
+        "LabelId": 98
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 4.72279334E-11
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.87847358E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.39199856E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "£",
+        "hasCustomLabel": false,
+        "LabelId": 99
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "¤",
+        "hasCustomLabel": false,
+        "LabelId": 100
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 3.082925E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.878479E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391987E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "Â¥",
+        "hasCustomLabel": false,
+        "LabelId": 101
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "¦",
+        "hasCustomLabel": false,
+        "LabelId": 102
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.33157591E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "§",
+        "hasCustomLabel": false,
+        "LabelId": 103
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "¨",
+        "hasCustomLabel": false,
+        "LabelId": 104
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.77302606E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "©",
+        "hasCustomLabel": false,
+        "LabelId": 105
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "ª",
+        "hasCustomLabel": false,
+        "LabelId": 106
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.81717109E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "«",
+        "hasCustomLabel": false,
+        "LabelId": 107
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "¬",
+        "hasCustomLabel": false,
+        "LabelId": 108
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.82158563E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "­",
+        "hasCustomLabel": false,
+        "LabelId": 109
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "®",
+        "hasCustomLabel": false,
+        "LabelId": 110
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.822027E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "¯",
+        "hasCustomLabel": false,
+        "LabelId": 111
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "°",
+        "hasCustomLabel": false,
+        "LabelId": 112
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.82207114E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "±",
+        "hasCustomLabel": false,
+        "LabelId": 113
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "²",
+        "hasCustomLabel": false,
+        "LabelId": 114
+      },
+      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}": {
+        "Function_SOMDoc": {
+          "kind": "FUN",
+          "params": [
+            {
+              "name": "t",
+              "tp": {
+                "kind": "OMS",
+                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
+              }
+            }
+          ],
+          "body": {
+            "kind": "OMA",
+            "applicant": {
+              "kind": "OMS",
+              "uri": "MakeObjectArray"
+            },
+            "arguments": [
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 1.49720562
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 16.5942421
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 11.4592133
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": -1.82207548E-12
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 3.8784794E-05
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 8.391986E-05
+                  }
+                ]
+              },
+              {
+                "kind": "OMA",
+                "applicant": {
+                  "kind": "OMS",
+                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
+                },
+                "arguments": [
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": -9.809999
+                  },
+                  {
+                    "kind": "OMF",
+                    "float": 0.0
+                  }
+                ]
+              },
+              {
+                "kind": "VAR",
+                "name": "t"
+              }
+            ]
+          }
+        },
+        "s_type": "FunctionFact",
+        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Label": "³",
+        "hasCustomLabel": false,
+        "LabelId": 115
+      },
+      "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)": {
+        "func_id": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
+        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}",
+        "Domain": {
+          "Item1": -1E-05,
+          "Item2": 9.780401E-05
+        },
+        "s_type": "FunctionCallFact",
+        "_URI": "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+        "Label": "´",
+        "hasCustomLabel": false,
+        "LabelId": 116
+      },
+      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)}": {
+        "fid": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
+        "func_calls_ids": [
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)",
+          "[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)"
+        ],
+        "s_type": "AttachedPositionFunction",
+        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42{[Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 14.71507, 18.63876), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905, 7.3575, -24.0345), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.2860328), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.403045, 16.41828, 11.76409), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.4905, 1.853514, -1.596314), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.1900455), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.496262, 16.59338, 11.46072), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.04905, 0.1387687, -0.07890882), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.01903759), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497196, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.004905, 0.009233252, 0.000208542), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.001911052), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497205, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0.0004905, 0.0004578356, 0.0008342755), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0002261257), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.905E-05, 1.581609E-05, 0.0001941703), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 0.0001024593), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904999E-06, 3.267126E-05, 9.537791E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.786009E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904982E-07, 3.812594E-05, 8.507001E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780457E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.904819E-08, 3.871843E-05, 8.403492E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780402E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.903179E-09, 3.877815E-05, 8.393137E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.88678E-10, 3.878413E-05, 8.392101E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(4.722793E-11, 3.878474E-05, 8.391999E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(3.082925E-12, 3.878479E-05, 8.391987E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.331576E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.773026E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.817171E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.821586E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822027E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822071E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05), [Pos(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Vel(http://mathhub.info/MitM/core/geometry?3DGeometry?point), Acc(http://mathhub.info/MitM/core/geometry?3DGeometry?point), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(1.497206, 16.59424, 11.45921), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(-1.822075E-12, 3.878479E-05, 8.391986E-05), http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0), Variable_(t))}(-1E-05, 9.780401E-05)}",
+        "Label": "µ",
+        "hasCustomLabel": false,
+        "LabelId": 117
+      }
+    },
+    "name": null,
+    "path": null
+  },
+  "solution_approches": [],
+  "AllowedScrolls": null,
+  "AllowedGadgets": null,
+  "name": "CanonBall 3D",
+  "path": null
+}
\ No newline at end of file
diff --git a/Assets/Stages/CanonBall 3D.JSON.meta b/Assets/Stages/CanonBall 3D.JSON.meta
new file mode 100644
index 00000000..b0a0feb5
--- /dev/null
+++ b/Assets/Stages/CanonBall 3D.JSON.meta	
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 2cb068664239732498024617691241ad
+TextScriptImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 
diff --git a/Assets/Stages/CanonBall A.JSON b/Assets/Stages/CanonBall A.JSON
deleted file mode 100644
index e0e9476b..00000000
--- a/Assets/Stages/CanonBall A.JSON	
+++ /dev/null
@@ -1,44661 +0,0 @@
-{
-  "category": "Demo Category",
-  "number": 2,
-  "description": "CanonBall Test",
-  "scene": "RiverWorld",
-  "use_install_folder": true,
-  "solution": {
-    "ValidationSet": [],
-    "ExposedSolutionFacts": [
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45{[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)}"
-    ],
-    "ImmutableFacts": [],
-    "WorkflowGadgetDict": {
-      "-1": null
-    },
-    "MetaInf": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7": {
-        "workflow_id": 0,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8": {
-        "workflow_id": 1,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9": {
-        "workflow_id": 2,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10": {
-        "workflow_id": 3,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11": {
-        "workflow_id": 4,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12": {
-        "workflow_id": 5,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13": {
-        "workflow_id": 6,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14": {
-        "workflow_id": 7,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15": {
-        "workflow_id": 8,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18": {
-        "workflow_id": 9,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19": {
-        "workflow_id": 10,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20": {
-        "workflow_id": 11,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21": {
-        "workflow_id": 12,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22": {
-        "workflow_id": 13,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23": {
-        "workflow_id": 14,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24": {
-        "workflow_id": 15,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25": {
-        "workflow_id": 16,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26": {
-        "workflow_id": 17,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27": {
-        "workflow_id": 18,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28": {
-        "workflow_id": 19,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29": {
-        "workflow_id": 20,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30": {
-        "workflow_id": 21,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31": {
-        "workflow_id": 22,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32": {
-        "workflow_id": 23,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33": {
-        "workflow_id": 24,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34": {
-        "workflow_id": 25,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35": {
-        "workflow_id": 26,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36": {
-        "workflow_id": 27,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39": {
-        "workflow_id": 28,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42": {
-        "workflow_id": 29,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43": {
-        "workflow_id": 30,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44": {
-        "workflow_id": 31,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45": {
-        "workflow_id": 32,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46": {
-        "workflow_id": 33,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
-        "workflow_id": 34,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 35,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854)": {
-        "workflow_id": 36,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 37,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527)": {
-        "workflow_id": 38,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 39,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656)": {
-        "workflow_id": 40,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 41,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912)": {
-        "workflow_id": 42,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 43,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014)": {
-        "workflow_id": 44,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 45,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256)": {
-        "workflow_id": 46,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 47,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761)": {
-        "workflow_id": 48,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 49,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435)": {
-        "workflow_id": 50,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 51,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238)": {
-        "workflow_id": 52,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 53,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241)": {
-        "workflow_id": 54,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 55,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553)": {
-        "workflow_id": 56,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 57,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489)": {
-        "workflow_id": 58,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 59,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375)": {
-        "workflow_id": 60,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 61,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408)": {
-        "workflow_id": 62,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 63,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389)": {
-        "workflow_id": 64,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 65,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753)": {
-        "workflow_id": 66,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 67,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961)": {
-        "workflow_id": 68,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 69,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586)": {
-        "workflow_id": 70,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 71,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551)": {
-        "workflow_id": 72,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 73,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757)": {
-        "workflow_id": 74,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 75,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767)": {
-        "workflow_id": 76,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 77,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674)": {
-        "workflow_id": 78,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 79,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838)": {
-        "workflow_id": 80,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 81,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995)": {
-        "workflow_id": 82,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 83,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729)": {
-        "workflow_id": 84,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 85,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361)": {
-        "workflow_id": 86,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 87,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592)": {
-        "workflow_id": 88,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 89,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434)": {
-        "workflow_id": 90,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 91,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868)": {
-        "workflow_id": 92,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 93,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498)": {
-        "workflow_id": 94,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 95,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682)": {
-        "workflow_id": 96,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 97,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031)": {
-        "workflow_id": 98,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 99,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223)": {
-        "workflow_id": 100,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 101,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391)": {
-        "workflow_id": 102,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 103,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859)": {
-        "workflow_id": 104,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 105,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227)": {
-        "workflow_id": 106,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 107,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627)": {
-        "workflow_id": 108,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 109,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783)": {
-        "workflow_id": 110,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 111,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301)": {
-        "workflow_id": 112,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 113,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809)": {
-        "workflow_id": 114,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 115,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278)": {
-        "workflow_id": 116,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 117,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449)": {
-        "workflow_id": 118,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 119,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526)": {
-        "workflow_id": 120,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 121,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124)": {
-        "workflow_id": 122,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 123,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581)": {
-        "workflow_id": 124,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 125,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286)": {
-        "workflow_id": 126,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 127,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379)": {
-        "workflow_id": 128,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 129,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767)": {
-        "workflow_id": 130,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 131,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231)": {
-        "workflow_id": 132,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 133,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096)": {
-        "workflow_id": 134,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 135,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302)": {
-        "workflow_id": 136,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 137,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846)": {
-        "workflow_id": 138,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 139,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763)": {
-        "workflow_id": 140,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 141,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438)": {
-        "workflow_id": 142,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 143,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099)": {
-        "workflow_id": 144,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 145,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694)": {
-        "workflow_id": 146,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 147,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175)": {
-        "workflow_id": 148,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 149,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649)": {
-        "workflow_id": 150,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 151,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059)": {
-        "workflow_id": 152,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 153,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053)": {
-        "workflow_id": 154,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 155,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407)": {
-        "workflow_id": 156,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 157,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518)": {
-        "workflow_id": 158,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 159,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594)": {
-        "workflow_id": 160,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 161,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889)": {
-        "workflow_id": 162,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 163,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253)": {
-        "workflow_id": 164,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 165,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931)": {
-        "workflow_id": 166,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 167,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325)": {
-        "workflow_id": 168,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 169,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191)": {
-        "workflow_id": 170,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 171,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657)": {
-        "workflow_id": 172,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 173,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536)": {
-        "workflow_id": 174,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 175,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723)": {
-        "workflow_id": 176,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 177,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159)": {
-        "workflow_id": 178,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 179,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736)": {
-        "workflow_id": 180,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 181,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415)": {
-        "workflow_id": 182,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 183,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856)": {
-        "workflow_id": 184,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 185,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595)": {
-        "workflow_id": 186,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 187,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703)": {
-        "workflow_id": 188,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 189,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456)": {
-        "workflow_id": 190,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 191,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033)": {
-        "workflow_id": 192,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 193,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045)": {
-        "workflow_id": 194,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 195,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943)": {
-        "workflow_id": 196,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 197,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303)": {
-        "workflow_id": 198,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 199,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857)": {
-        "workflow_id": 200,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 201,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973)": {
-        "workflow_id": 202,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 203,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369)": {
-        "workflow_id": 204,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 205,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573)": {
-        "workflow_id": 206,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 207,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372)": {
-        "workflow_id": 208,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 209,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576)": {
-        "workflow_id": 210,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 211,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739)": {
-        "workflow_id": 212,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 213,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547)": {
-        "workflow_id": 214,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 215,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973)": {
-        "workflow_id": 216,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 217,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239)": {
-        "workflow_id": 218,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 219,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193)": {
-        "workflow_id": 220,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 221,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664)": {
-        "workflow_id": 222,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 223,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943)": {
-        "workflow_id": 224,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 225,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669)": {
-        "workflow_id": 226,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 227,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712)": {
-        "workflow_id": 228,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 229,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766)": {
-        "workflow_id": 230,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 231,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808)": {
-        "workflow_id": 232,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 233,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598)": {
-        "workflow_id": 234,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 235,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564)": {
-        "workflow_id": 236,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 237,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709)": {
-        "workflow_id": 238,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 239,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121)": {
-        "workflow_id": 240,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 241,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528)": {
-        "workflow_id": 242,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 243,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937)": {
-        "workflow_id": 244,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 245,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314)": {
-        "workflow_id": 246,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 247,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309)": {
-        "workflow_id": 248,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 249,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018)": {
-        "workflow_id": 250,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 251,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787)": {
-        "workflow_id": 252,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 253,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029)": {
-        "workflow_id": 254,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 255,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081)": {
-        "workflow_id": 256,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 257,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073)": {
-        "workflow_id": 258,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 259,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151)": {
-        "workflow_id": 260,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 261,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037)": {
-        "workflow_id": 262,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 263,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401)": {
-        "workflow_id": 264,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 265,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959)": {
-        "workflow_id": 266,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 267,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683)": {
-        "workflow_id": 268,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 269,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964)": {
-        "workflow_id": 270,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 271,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848)": {
-        "workflow_id": 272,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 273,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647)": {
-        "workflow_id": 274,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 275,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924)": {
-        "workflow_id": 276,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 277,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525)": {
-        "workflow_id": 278,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 279,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176)": {
-        "workflow_id": 280,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 281,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549)": {
-        "workflow_id": 282,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 283,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838)": {
-        "workflow_id": 284,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 285,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092)": {
-        "workflow_id": 286,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 287,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159)": {
-        "workflow_id": 288,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 289,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972)": {
-        "workflow_id": 290,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 291,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549)": {
-        "workflow_id": 292,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 293,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227)": {
-        "workflow_id": 294,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 295,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012)": {
-        "workflow_id": 296,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 297,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473)": {
-        "workflow_id": 298,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 299,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179)": {
-        "workflow_id": 300,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 301,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594)": {
-        "workflow_id": 302,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 303,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665)": {
-        "workflow_id": 304,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 305,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478)": {
-        "workflow_id": 306,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 307,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961)": {
-        "workflow_id": 308,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 309,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625)": {
-        "workflow_id": 310,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 311,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338)": {
-        "workflow_id": 312,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 313,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139)": {
-        "workflow_id": 314,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 315,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065)": {
-        "workflow_id": 316,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 317,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009)": {
-        "workflow_id": 318,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 319,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592)": {
-        "workflow_id": 320,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 321,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206)": {
-        "workflow_id": 322,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 323,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189)": {
-        "workflow_id": 324,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 325,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205)": {
-        "workflow_id": 326,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 327,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716)": {
-        "workflow_id": 328,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 329,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656)": {
-        "workflow_id": 330,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 331,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233)": {
-        "workflow_id": 332,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 333,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892)": {
-        "workflow_id": 334,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 335,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277)": {
-        "workflow_id": 336,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 337,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204)": {
-        "workflow_id": 338,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 339,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635)": {
-        "workflow_id": 340,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 341,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657)": {
-        "workflow_id": 342,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 343,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467)": {
-        "workflow_id": 344,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 345,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357)": {
-        "workflow_id": 346,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 347,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697)": {
-        "workflow_id": 348,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 349,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693)": {
-        "workflow_id": 350,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 351,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756)": {
-        "workflow_id": 352,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 353,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144)": {
-        "workflow_id": 354,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 355,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285)": {
-        "workflow_id": 356,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 357,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632)": {
-        "workflow_id": 358,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 359,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863)": {
-        "workflow_id": 360,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 361,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693)": {
-        "workflow_id": 362,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 363,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865)": {
-        "workflow_id": 364,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 365,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143)": {
-        "workflow_id": 366,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 367,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316)": {
-        "workflow_id": 368,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 369,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192)": {
-        "workflow_id": 370,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 371,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597)": {
-        "workflow_id": 372,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 373,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369)": {
-        "workflow_id": 374,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 375,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367)": {
-        "workflow_id": 376,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 377,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454)": {
-        "workflow_id": 378,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 379,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509)": {
-        "workflow_id": 380,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 381,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419)": {
-        "workflow_id": 382,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 383,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082)": {
-        "workflow_id": 384,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 385,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402)": {
-        "workflow_id": 386,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 387,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292)": {
-        "workflow_id": 388,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 389,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167)": {
-        "workflow_id": 390,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 391,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461)": {
-        "workflow_id": 392,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 393,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594)": {
-        "workflow_id": 394,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 395,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006)": {
-        "workflow_id": 396,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 397,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635)": {
-        "workflow_id": 398,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 399,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424)": {
-        "workflow_id": 400,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 401,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323)": {
-        "workflow_id": 402,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 403,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282)": {
-        "workflow_id": 404,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 405,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254)": {
-        "workflow_id": 406,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 407,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198)": {
-        "workflow_id": 408,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 409,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071)": {
-        "workflow_id": 410,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 411,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838)": {
-        "workflow_id": 412,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 413,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546)": {
-        "workflow_id": 414,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 415,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906)": {
-        "workflow_id": 416,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 417,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143)": {
-        "workflow_id": 418,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 419,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014)": {
-        "workflow_id": 420,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 421,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873)": {
-        "workflow_id": 422,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 423,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314)": {
-        "workflow_id": 424,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 425,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435)": {
-        "workflow_id": 426,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 427,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214)": {
-        "workflow_id": 428,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 429,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629)": {
-        "workflow_id": 430,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 431,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659)": {
-        "workflow_id": 432,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 433,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282)": {
-        "workflow_id": 434,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 435,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648)": {
-        "workflow_id": 436,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 437,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233)": {
-        "workflow_id": 438,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 439,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523)": {
-        "workflow_id": 440,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 441,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337)": {
-        "workflow_id": 442,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 443,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657)": {
-        "workflow_id": 444,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 445,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466)": {
-        "workflow_id": 446,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 447,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752)": {
-        "workflow_id": 448,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 449,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501)": {
-        "workflow_id": 450,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 451,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698)": {
-        "workflow_id": 452,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 453,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335)": {
-        "workflow_id": 454,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 455,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394)": {
-        "workflow_id": 456,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 457,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868)": {
-        "workflow_id": 458,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 459,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743)": {
-        "workflow_id": 460,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 461,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007)": {
-        "workflow_id": 462,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 463,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657)": {
-        "workflow_id": 464,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 465,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675)": {
-        "workflow_id": 466,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 467,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906)": {
-        "workflow_id": 468,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 469,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079)": {
-        "workflow_id": 470,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 471,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287)": {
-        "workflow_id": 472,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 473,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528)": {
-        "workflow_id": 474,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 475,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802)": {
-        "workflow_id": 476,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 477,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108)": {
-        "workflow_id": 478,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 479,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445)": {
-        "workflow_id": 480,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 481,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813)": {
-        "workflow_id": 482,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 483,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211)": {
-        "workflow_id": 484,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 485,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637)": {
-        "workflow_id": 486,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 487,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093)": {
-        "workflow_id": 488,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 489,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576)": {
-        "workflow_id": 490,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 491,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086)": {
-        "workflow_id": 492,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 493,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624)": {
-        "workflow_id": 494,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 495,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187)": {
-        "workflow_id": 496,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 497,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776)": {
-        "workflow_id": 498,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 499,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439)": {
-        "workflow_id": 500,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 501,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028)": {
-        "workflow_id": 502,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 503,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691)": {
-        "workflow_id": 504,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 505,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377)": {
-        "workflow_id": 506,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 507,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087)": {
-        "workflow_id": 508,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 509,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819)": {
-        "workflow_id": 510,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 511,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574)": {
-        "workflow_id": 512,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 513,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351)": {
-        "workflow_id": 514,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 515,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148)": {
-        "workflow_id": 516,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 517,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967)": {
-        "workflow_id": 518,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 519,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806)": {
-        "workflow_id": 520,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 521,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665)": {
-        "workflow_id": 522,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 523,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545)": {
-        "workflow_id": 524,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 525,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444)": {
-        "workflow_id": 526,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 527,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363)": {
-        "workflow_id": 528,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 529,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563)": {
-        "workflow_id": 530,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 531,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256)": {
-        "workflow_id": 532,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 533,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623)": {
-        "workflow_id": 534,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 535,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222)": {
-        "workflow_id": 536,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 537,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232)": {
-        "workflow_id": 538,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 539,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259)": {
-        "workflow_id": 540,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 541,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303)": {
-        "workflow_id": 542,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 543,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364)": {
-        "workflow_id": 544,
-        "active": true,
-        "isImmutable": false
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "workflow_id": 545,
-        "active": true,
-        "isImmutable": false
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)": {
-        "workflow_id": 546,
-        "active": true,
-        "isImmutable": false
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45{[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)}": {
-        "workflow_id": 547,
-        "active": true,
-        "isImmutable": false
-      }
-    },
-    "Workflow": [
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-        "samestep": false,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-        "samestep": true,
-        "steplink": 0,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-        "samestep": true,
-        "steplink": 0,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-        "samestep": false,
-        "steplink": 6,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
-        "samestep": true,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
-        "samestep": true,
-        "steplink": 3,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
-        "samestep": false,
-        "steplink": 10,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
-        "samestep": true,
-        "steplink": 6,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
-        "samestep": true,
-        "steplink": 6,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
-        "samestep": true,
-        "steplink": 6,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
-        "samestep": false,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
-        "samestep": true,
-        "steplink": 10,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
-        "samestep": true,
-        "steplink": 10,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
-        "samestep": false,
-        "steplink": 16,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
-        "samestep": true,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
-        "samestep": true,
-        "steplink": 13,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
-        "samestep": false,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
-        "samestep": true,
-        "steplink": 16,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
-        "samestep": true,
-        "steplink": 16,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
-        "samestep": false,
-        "steplink": 22,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
-        "samestep": true,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
-        "samestep": true,
-        "steplink": 19,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
-        "samestep": false,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
-        "samestep": true,
-        "steplink": 22,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
-        "samestep": true,
-        "steplink": 22,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
-        "samestep": false,
-        "steplink": 32,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
-        "samestep": true,
-        "steplink": 25,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-        "samestep": false,
-        "steplink": 33,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-        "samestep": false,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "samestep": false,
-        "steplink": 548,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      },
-      {
-        "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45{[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)}",
-        "samestep": true,
-        "steplink": 34,
-        "creation": true,
-        "gadget_rank": -1,
-        "scroll_label": null,
-        "GadgetFlow": [],
-        "GadgetTime": 1.1178529999999682
-      }
-    ],
-    "marker": 548,
-    "worksteps": 12,
-    "backlog": 0,
-    "soft_resetted": false,
-    "invoke": true,
-    "MaxLabelId": 538,
-    "UnusedLabelIds": [],
-    "JsonFactSpace": {
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 12.2625,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 12.2625,
-          "sqrMagnitude": 150.3689
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-        "Label": "A",
-        "hasCustomLabel": false,
-        "LabelId": 1
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 14.715,
-          "sqrMagnitude": 216.531235
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-        "Label": "B",
-        "hasCustomLabel": false,
-        "LabelId": 2
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-        "Label": "[AB]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 0.0,
-          "magnitude": 0.0,
-          "sqrMagnitude": 0.0
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-        "Label": "C",
-        "hasCustomLabel": false,
-        "LabelId": 3
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.6199989,
-          "z": -8.576174E-07,
-          "normalized": {
-            "x": 0.0,
-            "y": 1.0,
-            "z": -4.371139E-08,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.6199989,
-          "sqrMagnitude": 384.944366
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
-        "Label": "D",
-        "hasCustomLabel": false,
-        "LabelId": 4
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
-        "Dir": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 4.371139E-08,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
-        "Label": "[CD]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13": {
-        "Point": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.0,
-            "z": 1.0,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 19.6199989,
-          "sqrMagnitude": 384.944366
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
-        "Label": "E",
-        "hasCustomLabel": false,
-        "LabelId": 5
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14": {
-        "Point": {
-          "x": 0.0,
-          "y": 19.6199989,
-          "z": 19.6199989,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 27.7468681,
-          "sqrMagnitude": 769.888733
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
-        "Label": "F",
-        "hasCustomLabel": false,
-        "LabelId": 6
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
-        "Dir": {
-          "x": 0.0,
-          "y": -1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
-        "Label": "[EF]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact11",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact14",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
-        "Label": "[DF]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19": {
-        "Point": {
-          "x": 0.0,
-          "y": 9.809999,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.970142543,
-            "z": 0.242535636,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 10.1119156,
-          "sqrMagnitude": 102.250847
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
-        "Label": "I",
-        "hasCustomLabel": false,
-        "LabelId": 9
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20": {
-        "Point": {
-          "x": 0.0,
-          "y": 13.2783585,
-          "z": 5.920859,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.913316548,
-            "z": 0.407250524,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 14.5386162,
-          "sqrMagnitude": 211.371368
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
-        "Label": "J",
-        "hasCustomLabel": false,
-        "LabelId": 10
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact19",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact20",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.707106769,
-          "z": -0.707106769,
-          "magnitude": 1.0,
-          "sqrMagnitude": 0.99999994
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
-        "Label": "[IJ]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 7.3575,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.5547002,
-            "z": 0.8320503,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 8.842614,
-          "sqrMagnitude": 78.19183
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
-        "Label": "K",
-        "hasCustomLabel": false,
-        "LabelId": 11
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.4472136,
-            "z": 0.8944272,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 10.9679127,
-          "sqrMagnitude": 120.295113
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
-        "Label": "L",
-        "hasCustomLabel": false,
-        "LabelId": 12
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact22",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact23",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
-        "Label": "[KL]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25": {
-        "Point": {
-          "x": 0.0,
-          "y": 9.809999,
-          "z": 9.809999,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 13.8734341,
-          "sqrMagnitude": 192.472183
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
-        "Label": "M",
-        "hasCustomLabel": false,
-        "LabelId": 13
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.0578547,
-          "z": 7.3574996,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.8859905,
-            "z": 0.4637034,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 15.8668232,
-          "sqrMagnitude": 251.756073
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
-        "Label": "N",
-        "hasCustomLabel": false,
-        "LabelId": 14
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact25",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact26",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.8660255,
-          "z": 0.49999994,
-          "normalized": {
-            "x": 0.0,
-            "y": -0.8660254,
-            "z": 0.499999881,
-            "normalized": {
-              "x": 0.0,
-              "y": -0.866025448,
-              "z": 0.4999999,
-              "magnitude": 1.0,
-              "sqrMagnitude": 1.0
-            },
-            "magnitude": 0.99999994,
-            "sqrMagnitude": 0.9999999
-          },
-          "magnitude": 1.00000012,
-          "sqrMagnitude": 1.00000012
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
-        "Label": "[MN]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.715,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.7071068,
-            "z": 0.7071068,
-            "normalized": {
-              "x": 0.0,
-              "y": 0.707106769,
-              "z": 0.707106769,
-              "magnitude": 1.0,
-              "sqrMagnitude": 0.99999994
-            },
-            "magnitude": 1.00000012,
-            "sqrMagnitude": 1.00000012
-          },
-          "magnitude": 20.8101521,
-          "sqrMagnitude": 433.062469
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
-        "Label": "O",
-        "hasCustomLabel": false,
-        "LabelId": 15
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29": {
-        "Point": {
-          "x": 0.0,
-          "y": 16.677,
-          "z": 11.3167162,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.8274716,
-            "z": 0.5615076,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 20.1541653,
-          "sqrMagnitude": 406.1904
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
-        "Label": "P",
-        "hasCustomLabel": false,
-        "LabelId": 16
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact28",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact29",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.49999994,
-          "z": 0.8660254,
-          "normalized": {
-            "x": 0.0,
-            "y": -0.49999997,
-            "z": 0.866025448,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 0.99999994,
-          "sqrMagnitude": 0.99999994
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
-        "Label": "[OP]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31": {
-        "Point": {
-          "x": 0.0,
-          "y": 4.90499973,
-          "z": 14.715,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.316227734,
-            "z": 0.9486833,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 15.510972,
-          "sqrMagnitude": 240.590256
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
-        "Label": "Q",
-        "hasCustomLabel": false,
-        "LabelId": 17
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32": {
-        "Point": {
-          "x": 0.0,
-          "y": 7.3575,
-          "z": 18.9628544,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.3617226,
-            "z": 0.9322858,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 20.3401737,
-          "sqrMagnitude": 413.722656
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
-        "Label": "R",
-        "hasCustomLabel": false,
-        "LabelId": 18
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact31",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact32",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.5000001,
-          "z": -0.8660254,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.00000012
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
-        "Label": "[QR]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34": {
-        "Point": {
-          "x": 0.0,
-          "y": 2.45249987,
-          "z": 2.45249987,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.707106769,
-            "z": 0.707106769,
-            "magnitude": 1.0,
-            "sqrMagnitude": 0.99999994
-          },
-          "magnitude": 3.46835852,
-          "sqrMagnitude": 12.0295115
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
-        "Label": "S",
-        "hasCustomLabel": false,
-        "LabelId": 19
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35": {
-        "Point": {
-          "x": 0.0,
-          "y": 6.70035458,
-          "z": 4.90499973,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.806898236,
-            "z": 0.5906905,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 8.303841,
-          "sqrMagnitude": 68.95377
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
-        "Label": "T",
-        "hasCustomLabel": false,
-        "LabelId": 20
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact34",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact35",
-        "Dir": {
-          "x": 0.0,
-          "y": -0.8660254,
-          "z": -0.49999994,
-          "normalized": {
-            "x": 0.0,
-            "y": -0.866025448,
-            "z": -0.49999997,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 0.99999994,
-          "sqrMagnitude": 0.99999994
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
-        "Label": "[ST]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact8",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact13",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
-        "Label": "[BE]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42": {
-        "s_type": "LineFact",
-        "Pid1": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact10",
-        "Pid2": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact7",
-        "Dir": {
-          "x": 0.0,
-          "y": 0.0,
-          "z": -1.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42",
-        "Label": "[CA]",
-        "hasCustomLabel": false,
-        "LabelId": 0
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43": {
-        "lids": [
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39",
-          "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42"
-        ],
-        "payload": [
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact9"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact12"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact15"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact18"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact21"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact24"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact27"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact30"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact33"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact36"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact39"
-          },
-          {
-            "kind": "OMS",
-            "uri": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact42"
-          }
-        ],
-        "ListType": {
-          "kind": "OMA",
-          "applicant": {
-            "kind": "OMS",
-            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
-          },
-          "arguments": [
-            {
-              "kind": "OMS",
-              "uri": "http://mathhub.info/MitM/core/geometry?Geometry/Common?metric"
-            }
-          ]
-        },
-        "s_type": "ListFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact43",
-        "Label": "Y",
-        "hasCustomLabel": false,
-        "LabelId": 25
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44": {
-        "lids": [],
-        "payload": [
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 12.2625
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 14.715
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": -8.576174E-07
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": -8.576174E-07
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 2.45249987
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 9.809999
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 5.920859
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 13.2783585
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 7.3575
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 4.90499973
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 9.809999
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 4.90499973
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 9.809999
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 9.809999
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 7.3574996
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 14.0578547
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 14.715
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 14.715
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 11.3167162
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 16.677
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 14.715
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 4.90499973
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 18.9628544
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 7.3575
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 2.45249987
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 2.45249987
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 4.90499973
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 6.70035458
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 14.715
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 19.6199989
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              }
-            ]
-          },
-          {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMF",
-                    "float": 12.2625
-                  },
-                  {
-                    "kind": "OMF",
-                    "float": 0.0
-                  }
-                ]
-              }
-            ]
-          }
-        ],
-        "ListType": {
-          "kind": "OMA",
-          "applicant": {
-            "kind": "OMS",
-            "uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType"
-          },
-          "arguments": [
-            {
-              "kind": "OMA",
-              "applicant": {
-                "kind": "OMS",
-                "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-              },
-              "arguments": [
-                {
-                  "kind": "OMA",
-                  "applicant": {
-                    "kind": "OMS",
-                    "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-                  },
-                  "arguments": [
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    },
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    }
-                  ]
-                },
-                {
-                  "kind": "OMA",
-                  "applicant": {
-                    "kind": "OMS",
-                    "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product"
-                  },
-                  "arguments": [
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    },
-                    {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-                    }
-                  ]
-                }
-              ]
-            }
-          ]
-        },
-        "s_type": "ListFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact44",
-        "Label": "Z",
-        "hasCustomLabel": false,
-        "LabelId": 26
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45": {
-        "Point": {
-          "x": 0.0,
-          "y": 14.715,
-          "z": 18.639,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.6196443,
-            "z": 0.7848828,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 23.7474957,
-          "sqrMagnitude": 563.943542
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 1.0,
-          "z": 0.0,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-        "Label": "[",
-        "hasCustomLabel": false,
-        "LabelId": 27
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46": {
-        "Point": {
-          "x": 0.0,
-          "y": 7.3575,
-          "z": -24.0345,
-          "normalized": {
-            "x": 0.0,
-            "y": 0.292714268,
-            "z": -0.956199944,
-            "magnitude": 1.0,
-            "sqrMagnitude": 1.0
-          },
-          "magnitude": 25.1354332,
-          "sqrMagnitude": 631.79
-        },
-        "Normal": {
-          "x": 0.0,
-          "y": 0.292714268,
-          "z": -0.956199944,
-          "magnitude": 1.0,
-          "sqrMagnitude": 1.0
-        },
-        "s_type": "PointFact",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact46",
-        "Label": "\\",
-        "hasCustomLabel": false,
-        "LabelId": 28
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "Pos",
-              "tp": {
-                "kind": "OMS",
-                "uri": "TupelToVector"
-              }
-            },
-            {
-              "name": "Vel",
-              "tp": {
-                "kind": "OMS",
-                "uri": "TupelToVector"
-              }
-            },
-            {
-              "name": "Acc",
-              "tp": {
-                "kind": "OMS",
-                "uri": "TupelToVector"
-              }
-            },
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-            },
-            "arguments": [
-              {
-                "kind": "VAR",
-                "name": "Pos"
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "VAR",
-                        "name": "Vel"
-                      },
-                      {
-                        "kind": "VAR",
-                        "name": "t"
-                      }
-                    ]
-                  },
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.5
-                      },
-                      {
-                        "kind": "OMA",
-                        "applicant": {
-                          "kind": "OMS",
-                          "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                        },
-                        "arguments": [
-                          {
-                            "kind": "VAR",
-                            "name": "Acc"
-                          },
-                          {
-                            "kind": "OMA",
-                            "applicant": {
-                              "kind": "OMS",
-                              "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit"
-                            },
-                            "arguments": [
-                              {
-                                "kind": "VAR",
-                                "name": "t"
-                              },
-                              {
-                                "kind": "VAR",
-                                "name": "t"
-                              }
-                            ]
-                          }
-                        ]
-                      }
-                    ]
-                  }
-                ]
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "Label": "]",
-        "hasCustomLabel": false,
-        "LabelId": 29
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.7150736
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 18.63876
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.3575
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -24.0345
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "^",
-        "hasCustomLabel": false,
-        "LabelId": 30
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.2859854
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854)",
-        "Label": "_",
-        "hasCustomLabel": false,
-        "LabelId": 31
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 16.4182243
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.7650871
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 18.1742916
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -15.645853
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "`",
-        "hasCustomLabel": false,
-        "LabelId": 32
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.185452655
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527)",
-        "Label": "a",
-        "hasCustomLabel": false,
-        "LabelId": 33
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198368
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.863367
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -16.156332
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -15.4557972
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "b",
-        "hasCustomLabel": false,
-        "LabelId": 34
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.5734656
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656)",
-        "Label": "c",
-        "hasCustomLabel": false,
-        "LabelId": 35
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.74145
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000151258384
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -21.4514122
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 15.2212067
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "d",
-        "hasCustomLabel": false,
-        "LabelId": 36
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.215591177
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912)",
-        "Label": "e",
-        "hasCustomLabel": false,
-        "LabelId": 37
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.8887465
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.281431
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.38822043
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -27.8084145
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "f",
-        "hasCustomLabel": false,
-        "LabelId": 38
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.118001372
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014)",
-        "Label": "g",
-        "hasCustomLabel": false,
-        "LabelId": 39
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.984262
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000278047461
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.230599061
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 27.8047466
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "h",
-        "hasCustomLabel": false,
-        "LabelId": 40
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.11912562
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256)",
-        "Label": "i",
-        "hasCustomLabel": false,
-        "LabelId": 41
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.94236016
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.31238985
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 23.42652
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -14.5999994
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "j",
-        "hasCustomLabel": false,
-        "LabelId": 42
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.22687605
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761)",
-        "Label": "k",
-        "hasCustomLabel": false,
-        "LabelId": 43
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.005012
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00014351288
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 20.8743324
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.37513
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "l",
-        "hasCustomLabel": false,
-        "LabelId": 44
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.590435
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435)",
-        "Label": "m",
-        "hasCustomLabel": false,
-        "LabelId": 45
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.61985
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.487865
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -14.8993988
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.2009315
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "n",
-        "hasCustomLabel": false,
-        "LabelId": 46
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.691238
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238)",
-        "Label": "o",
-        "hasCustomLabel": false,
-        "LabelId": 47
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.977393
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 18.3039722
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 23.0971317
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -11.6544352
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "p",
-        "hasCustomLabel": false,
-        "LabelId": 48
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.3922241
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241)",
-        "Label": "q",
-        "hasCustomLabel": false,
-        "LabelId": 49
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 15.2820644
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.7326012
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.460370362
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -22.1152821
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "r",
-        "hasCustomLabel": false,
-        "LabelId": 50
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.6209553
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553)",
-        "Label": "s",
-        "hasCustomLabel": false,
-        "LabelId": 51
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.6765814
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000220275222
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.60885239
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 22.027523
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "t",
-        "hasCustomLabel": false,
-        "LabelId": 52
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.2200489
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489)",
-        "Label": "u",
-        "hasCustomLabel": false,
-        "LabelId": 53
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.2050724
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.847275
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 22.0275211
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -7.767531
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "v",
-        "hasCustomLabel": false,
-        "LabelId": 54
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.366537482
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375)",
-        "Label": "w",
-        "hasCustomLabel": false,
-        "LabelId": 55
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198158
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.00010633
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -18.31479
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -7.71822548
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "x",
-        "hasCustomLabel": false,
-        "LabelId": 56
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.2591408
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408)",
-        "Label": "y",
-        "hasCustomLabel": false,
-        "LabelId": 57
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.5441122
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.49728351E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -20.45319
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.56880951
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "z",
-        "hasCustomLabel": false,
-        "LabelId": 58
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.45638898
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389)",
-        "Label": "{",
-        "hasCustomLabel": false,
-        "LabelId": 59
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.187777
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.45414519
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.83962631
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -25.0708561
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "|",
-        "hasCustomLabel": false,
-        "LabelId": 60
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.137775332
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753)",
-        "Label": "}",
-        "hasCustomLabel": false,
-        "LabelId": 61
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.29004216
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000249355537
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -7.15922928
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 24.9593964
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "~",
-        "hasCustomLabel": false,
-        "LabelId": 62
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.09993961
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961)",
-        "Label": "",
-        "hasCustomLabel": false,
-        "LabelId": 63
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.52573562
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.494487
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 17.4874649
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -19.46407
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "€",
-        "hasCustomLabel": false,
-        "LabelId": 64
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.128158569
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586)",
-        "Label": "",
-        "hasCustomLabel": false,
-        "LabelId": 65
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.686502
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000192249136
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 16.0506916
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.2487564
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "‚",
-        "hasCustomLabel": false,
-        "LabelId": 66
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.4696551
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551)",
-        "Label": "ƒ",
-        "hasCustomLabel": false,
-        "LabelId": 67
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.1427565
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.040274
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -10.946
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -19.5306721
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "„",
-        "hasCustomLabel": false,
-        "LabelId": 68
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.462875724
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757)",
-        "Label": "\u0085",
-        "hasCustomLabel": false,
-        "LabelId": 69
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.02505064
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000193222761
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -15.3215618
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.3222771
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "†",
-        "hasCustomLabel": false,
-        "LabelId": 70
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.13787666
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767)",
-        "Label": "‡",
-        "hasCustomLabel": false,
-        "LabelId": 71
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.81940484
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.664044
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.37134
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -24.0291
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ˆ",
-        "hasCustomLabel": false,
-        "LabelId": 72
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.1108674
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674)",
-        "Label": "‰",
-        "hasCustomLabel": false,
-        "LabelId": 73
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.687296
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000239165427
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.249614
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 23.916544
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Š",
-        "hasCustomLabel": false,
-        "LabelId": 74
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.156883776
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838)",
-        "Label": "‹",
-        "hasCustomLabel": false,
-        "LabelId": 75
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.704151
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.75228739
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 23.2833118
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -6.92816067
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Œ",
-        "hasCustomLabel": false,
-        "LabelId": 76
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.541599452
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995)",
-        "Label": "",
-        "hasCustomLabel": false,
-        "LabelId": 77
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 15.8757734
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.72400347E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 17.62621
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.79552937
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÂŽ",
-        "hasCustomLabel": false,
-        "LabelId": 78
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.226728961
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729)",
-        "Label": "",
-        "hasCustomLabel": false,
-        "LabelId": 79
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198483
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.540878
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -15.3001423
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.75058937
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "",
-        "hasCustomLabel": false,
-        "LabelId": 80
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.4426361
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361)",
-        "Label": "‘",
-        "hasCustomLabel": false,
-        "LabelId": 81
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.8865
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.528736
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.75058746
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -19.6424
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Â’",
-        "hasCustomLabel": false,
-        "LabelId": 82
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.23055923
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592)",
-        "Label": "“",
-        "hasCustomLabel": false,
-        "LabelId": 83
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.1822176
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000195244822
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.472753
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.5721664
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "”",
-        "hasCustomLabel": false,
-        "LabelId": 84
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.0024339
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434)",
-        "Label": "•",
-        "hasCustomLabel": false,
-        "LabelId": 85
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.7368984
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198025
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.33831024
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -19.488884
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "–",
-        "hasCustomLabel": false,
-        "LabelId": 86
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.792986751
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868)",
-        "Label": "—",
-        "hasCustomLabel": false,
-        "LabelId": 87
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.41905737
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.16536
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -23.0203381
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.58695757
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "˜",
-        "hasCustomLabel": false,
-        "LabelId": 88
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.224649787
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498)",
-        "Label": "™",
-        "hasCustomLabel": false,
-        "LabelId": 89
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002500901
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.80883455
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 24.9971371
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.57267511
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "š",
-        "hasCustomLabel": false,
-        "LabelId": 90
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.17886816
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682)",
-        "Label": "›",
-        "hasCustomLabel": false,
-        "LabelId": 91
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.31461334
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.527739
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.0992918
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 20.5887871
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "œ",
-        "hasCustomLabel": false,
-        "LabelId": 92
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.7816031
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031)",
-        "Label": "",
-        "hasCustomLabel": false,
-        "LabelId": 93
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.211794
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6197929
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.427216
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -20.5502625
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ž",
-        "hasCustomLabel": false,
-        "LabelId": 94
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.9547223
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223)",
-        "Label": "Ÿ",
-        "hasCustomLabel": false,
-        "LabelId": 95
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.058161
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000204437616
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -6.902648
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 20.4437618
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": " ",
-        "hasCustomLabel": false,
-        "LabelId": 96
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.204391032
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391)",
-        "Label": "¡",
-        "hasCustomLabel": false,
-        "LabelId": 97
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.442544
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.17854738
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.2271862
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -17.904026
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¢",
-        "hasCustomLabel": false,
-        "LabelId": 98
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.233385935
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859)",
-        "Label": "£",
-        "hasCustomLabel": false,
-        "LabelId": 99
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.262522
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000177000751
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.842207
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 17.7477589
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¤",
-        "hasCustomLabel": false,
-        "LabelId": 100
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.4721227
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227)",
-        "Label": "Â¥",
-        "hasCustomLabel": false,
-        "LabelId": 101
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.2879286
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.379155
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -12.22817
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -14.210083
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¦",
-        "hasCustomLabel": false,
-        "LabelId": 102
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.5896627
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627)",
-        "Label": "§",
-        "hasCustomLabel": false,
-        "LabelId": 103
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.37177682
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000140058924
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -17.7539234
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.0058928
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "G",
-        "hasCustomLabel": false,
-        "LabelId": 7
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.180878326
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783)",
-        "Label": "H",
-        "hasCustomLabel": false,
-        "LabelId": 8
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000178087663
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.53363
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 17.7879543
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.7576733
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "U",
-        "hasCustomLabel": false,
-        "LabelId": 21
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.33930135
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301)",
-        "Label": "V",
-        "hasCustomLabel": false,
-        "LabelId": 22
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 15.0254183
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198711
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.62354851
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -12.6867123
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¨",
-        "hasCustomLabel": false,
-        "LabelId": 104
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.571080863
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809)",
-        "Label": "©",
-        "hasCustomLabel": false,
-        "LabelId": 105
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 16.066267
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.3746786
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.299181
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.41087055
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ª",
-        "hasCustomLabel": false,
-        "LabelId": 106
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.37582776
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278)",
-        "Label": "«",
-        "hasCustomLabel": false,
-        "LabelId": 107
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6199226
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.34107
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -7.537445
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.35765553
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¬",
-        "hasCustomLabel": false,
-        "LabelId": 108
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.549844861
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449)",
-        "Label": "­",
-        "hasCustomLabel": false,
-        "LabelId": 109
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.9925537
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.395328
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.80683029
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.73323
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "®",
-        "hasCustomLabel": false,
-        "LabelId": 110
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.890152633
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526)",
-        "Label": "¯",
-        "hasCustomLabel": false,
-        "LabelId": 111
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.497512
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198635
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -10.4294338
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -13.5901613
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "°",
-        "hasCustomLabel": false,
-        "LabelId": 112
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.210412368
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124)",
-        "Label": "±",
-        "hasCustomLabel": false,
-        "LabelId": 113
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.08581638
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 16.7601585
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.28514242
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -16.8573284
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "²",
-        "hasCustomLabel": false,
-        "LabelId": 114
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.69858104
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581)",
-        "Label": "³",
-        "hasCustomLabel": false,
-        "LabelId": 115
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00010515951
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.983803
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.4921579
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -14.5713062
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "´",
-        "hasCustomLabel": false,
-        "LabelId": 116
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.342028558
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286)",
-        "Label": "µ",
-        "hasCustomLabel": false,
-        "LabelId": 117
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.01498938
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000144656835
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.085127
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.4656839
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¶",
-        "hasCustomLabel": false,
-        "LabelId": 118
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.250537932
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379)",
-        "Label": "·",
-        "hasCustomLabel": false,
-        "LabelId": 119
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.48234558
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.6243155
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.6445169
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -3.18266773
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¸",
-        "hasCustomLabel": false,
-        "LabelId": 120
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.13876677
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767)",
-        "Label": "¹",
-        "hasCustomLabel": false,
-        "LabelId": 121
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.798315
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.06914844E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.42738962
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.140674
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "º",
-        "hasCustomLabel": false,
-        "LabelId": 122
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.26123083
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231)",
-        "Label": "»",
-        "hasCustomLabel": false,
-        "LabelId": 123
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.3186769
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.96105647
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.1406734
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -8.945283
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¼",
-        "hasCustomLabel": false,
-        "LabelId": 124
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.442809582
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096)",
-        "Label": "½",
-        "hasCustomLabel": false,
-        "LabelId": 125
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.747611
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.878563E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.20072675
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.926247
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "¾",
-        "hasCustomLabel": false,
-        "LabelId": 126
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.367930233
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302)",
-        "Label": "¿",
-        "hasCustomLabel": false,
-        "LabelId": 127
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.6419144
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.28427649
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.926246
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -4.810122
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "À",
-        "hasCustomLabel": false,
-        "LabelId": 128
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.682784557
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846)",
-        "Label": "Á",
-        "hasCustomLabel": false,
-        "LabelId": 129
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.449955
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.72922875E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.21274686
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.77691269
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Â",
-        "hasCustomLabel": false,
-        "LabelId": 130
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.9691763
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763)",
-        "Label": "Ã",
-        "hasCustomLabel": false,
-        "LabelId": 131
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.9872665
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.629645
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.77691269
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -7.29487228
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä",
-        "hasCustomLabel": false,
-        "LabelId": 132
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.6346438
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438)",
-        "Label": "Ã…",
-        "hasCustomLabel": false,
-        "LabelId": 133
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.04329
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.224424E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.44442046
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.272108
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ",
-        "hasCustomLabel": false,
-        "LabelId": 134
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.50740993
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099)",
-        "Label": "Ç",
-        "hasCustomLabel": false,
-        "LabelId": 135
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.0475845
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.68994784
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.2721076
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -6.422111
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È",
-        "hasCustomLabel": false,
-        "LabelId": 136
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.5745694
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694)",
-        "Label": "É",
-        "hasCustomLabel": false,
-        "LabelId": 137
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.6066437
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.325096E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.629091
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.396622
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ê",
-        "hasCustomLabel": false,
-        "LabelId": 138
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.7429175
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175)",
-        "Label": "Ë",
-        "hasCustomLabel": false,
-        "LabelId": 139
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.10979
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.752169
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.396622
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.658929
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ì",
-        "hasCustomLabel": false,
-        "LabelId": 140
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.8397649
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649)",
-        "Label": "Í",
-        "hasCustomLabel": false,
-        "LabelId": 141
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.0224009
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.58291031E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.83225036
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.63059425
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÃŽ",
-        "hasCustomLabel": false,
-        "LabelId": 142
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.631205857
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059)",
-        "Label": "Ï",
-        "hasCustomLabel": false,
-        "LabelId": 143
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.9116755
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.55403948
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.6305933
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -8.024379
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ð",
-        "hasCustomLabel": false,
-        "LabelId": 144
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.4429053
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053)",
-        "Label": "Ñ",
-        "hasCustomLabel": false,
-        "LabelId": 145
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.4433174
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.95640444E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.28244245
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.004088
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ã’",
-        "hasCustomLabel": false,
-        "LabelId": 146
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.542140663
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407)",
-        "Label": "Ó",
-        "hasCustomLabel": false,
-        "LabelId": 147
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.6970015
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.33938074
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.004088
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -4.03595638
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ô",
-        "hasCustomLabel": false,
-        "LabelId": 148
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.07518041
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518)",
-        "Label": "Õ",
-        "hasCustomLabel": false,
-        "LabelId": 149
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.6325741
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.95215175E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -2.520668
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.99983573
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ö",
-        "hasCustomLabel": false,
-        "LabelId": 150
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.7227594
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594)",
-        "Label": "×",
-        "hasCustomLabel": false,
-        "LabelId": 151
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.248498
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.89086246
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.999835
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.610936
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ø",
-        "hasCustomLabel": false,
-        "LabelId": 152
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.3007889
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889)",
-        "Label": "Ù",
-        "hasCustomLabel": false,
-        "LabelId": 153
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.0078392
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.546621E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.04728127
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.594305
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ú",
-        "hasCustomLabel": false,
-        "LabelId": 154
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.354825258
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253)",
-        "Label": "Û",
-        "hasCustomLabel": false,
-        "LabelId": 155
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.7619934
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.404373
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.594305
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -2.43355417
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ü",
-        "hasCustomLabel": false,
-        "LabelId": 156
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.39893067
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931)",
-        "Label": "Ý",
-        "hasCustomLabel": false,
-        "LabelId": 157
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.5846014
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.32181665E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -4.060972
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.39334226
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Þ",
-        "hasCustomLabel": false,
-        "LabelId": 158
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.1732496
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325)",
-        "Label": "ß",
-        "hasCustomLabel": false,
-        "LabelId": 159
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.06820726
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.80786633
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.63123846
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -14.4721117
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "à",
-        "hasCustomLabel": false,
-        "LabelId": 160
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.194019124
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191)",
-        "Label": "á",
-        "hasCustomLabel": false,
-        "LabelId": 161
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.7909236
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001436155
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -7.477003
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 14.36155
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "â",
-        "hasCustomLabel": false,
-        "LabelId": 162
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.2104657
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657)",
-        "Label": "ã",
-        "hasCustomLabel": false,
-        "LabelId": 163
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.187298E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.02288055
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.196288
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 12.33656
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ä",
-        "hasCustomLabel": false,
-        "LabelId": 164
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.34536028
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536)",
-        "Label": "Ã¥",
-        "hasCustomLabel": false,
-        "LabelId": 165
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.14897037
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.6198769
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -4.971033
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -12.260932
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "æ",
-        "hasCustomLabel": false,
-        "LabelId": 166
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.326872319
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723)",
-        "Label": "ç",
-        "hasCustomLabel": false,
-        "LabelId": 167
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.416253E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 15.6120062
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.41034174
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -11.1104889
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "è",
-        "hasCustomLabel": false,
-        "LabelId": 168
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.40515924
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159)",
-        "Label": "é",
-        "hasCustomLabel": false,
-        "LabelId": 169
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.727934539
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000110183835
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -6.32142735
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.018384
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ê",
-        "hasCustomLabel": false,
-        "LabelId": 170
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.106373571
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736)",
-        "Label": "ë",
-        "hasCustomLabel": false,
-        "LabelId": 171
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.33311138E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.1722697
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.329435
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.469192
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ì",
-        "hasCustomLabel": false,
-        "LabelId": 172
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.29041469
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415)",
-        "Label": "í",
-        "hasCustomLabel": false,
-        "LabelId": 173
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.318295E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 13.3915634
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.31834364
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 10.9484863
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "î",
-        "hasCustomLabel": false,
-        "LabelId": 174
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.568885565
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856)",
-        "Label": "ï",
-        "hasCustomLabel": false,
-        "LabelId": 175
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.57598138
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.61989
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.73322392
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -10.9210606
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ð",
-        "hasCustomLabel": false,
-        "LabelId": 176
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.922594965
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595)",
-        "Label": "ñ",
-        "hasCustomLabel": false,
-        "LabelId": 177
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.337393E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.544082
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.289758
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.387286
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ò",
-        "hasCustomLabel": false,
-        "LabelId": 178
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.016703
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703)",
-        "Label": "ó",
-        "hasCustomLabel": false,
-        "LabelId": 179
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.32461846
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.331411E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -3.66216874
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.331411
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ô",
-        "hasCustomLabel": false,
-        "LabelId": 180
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.266545624
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456)",
-        "Label": "õ",
-        "hasCustomLabel": false,
-        "LabelId": 181
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.39403845E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.48742032
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.397068
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.023325
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ö",
-        "hasCustomLabel": false,
-        "LabelId": 182
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 1.10032976
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033)",
-        "Label": "÷",
-        "hasCustomLabel": false,
-        "LabelId": 183
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.640544E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.3157921
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.640593
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.89861774
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ø",
-        "hasCustomLabel": false,
-        "LabelId": 184
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.946104467
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045)",
-        "Label": "ù",
-        "hasCustomLabel": false,
-        "LabelId": 185
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.206959E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 17.8426685
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.20700836
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.25392675
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ú",
-        "hasCustomLabel": false,
-        "LabelId": 186
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.28419432
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943)",
-        "Label": "û",
-        "hasCustomLabel": false,
-        "LabelId": 187
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7995049
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 19.619936
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.4140228
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -6.231718
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ü",
-        "hasCustomLabel": false,
-        "LabelId": 188
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.5728303
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303)",
-        "Label": "ý",
-        "hasCustomLabel": false,
-        "LabelId": 189
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.81297832E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 16.0501614
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.81302738
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -5.6502285
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "þ",
-        "hasCustomLabel": false,
-        "LabelId": 190
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.777385652
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857)",
-        "Label": "ÿ",
-        "hasCustomLabel": false,
-        "LabelId": 191
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.27937159E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 11.6577063
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.27942085
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -4.859393
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä€",
-        "hasCustomLabel": false,
-        "LabelId": 192
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.668597341
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973)",
-        "Label": "ā",
-        "hasCustomLabel": false,
-        "LabelId": 193
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.84429916E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.408687
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.82050657
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -4.179257
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä‚",
-        "hasCustomLabel": false,
-        "LabelId": 194
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.575036943
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369)",
-        "Label": "ă",
-        "hasCustomLabel": false,
-        "LabelId": 195
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.425782E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.005424
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.42583132
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -3.59432435
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä„",
-        "hasCustomLabel": false,
-        "LabelId": 196
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.494573
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573)",
-        "Label": "Ä…",
-        "hasCustomLabel": false,
-        "LabelId": 197
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.07443063E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.22773743
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.08640075
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -3.09126925
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ć",
-        "hasCustomLabel": false,
-        "LabelId": 198
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.425372
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372)",
-        "Label": "ć",
-        "hasCustomLabel": false,
-        "LabelId": 199
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.79443323E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.91277122
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.79448247
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -2.65863061
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ĉ",
-        "hasCustomLabel": false,
-        "LabelId": 200
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.365857631
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576)",
-        "Label": "ĉ",
-        "hasCustomLabel": false,
-        "LabelId": 201
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.537417E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.940068
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.54342663
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -2.28655148
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÄŠ",
-        "hasCustomLabel": false,
-        "LabelId": 202
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.31467393
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739)",
-        "Label": "Ä‹",
-        "hasCustomLabel": false,
-        "LabelId": 203
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.32746336E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.22053015
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.32751238
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.96655488
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Č",
-        "hasCustomLabel": false,
-        "LabelId": 204
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.270654738
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547)",
-        "Label": "č",
-        "hasCustomLabel": false,
-        "LabelId": 205
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.13879223E-05
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.688255847
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.1418215
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.6913507
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÄŽ",
-        "hasCustomLabel": false,
-        "LabelId": 206
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.23279725
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973)",
-        "Label": "ď",
-        "hasCustomLabel": false,
-        "LabelId": 207
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.820741E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.294499516
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.982123137
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.45466876
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Đ",
-        "hasCustomLabel": false,
-        "LabelId": 208
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.200238988
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239)",
-        "Label": "Ä‘",
-        "hasCustomLabel": false,
-        "LabelId": 209
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.432398E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00320560322
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.844779
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -1.251117
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä’",
-        "hasCustomLabel": false,
-        "LabelId": 210
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0025621932
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193)",
-        "Label": "Ä“",
-        "hasCustomLabel": false,
-        "LabelId": 211
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00214883918
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.23954514E-05
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.812078238
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.23956847
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä”",
-        "hasCustomLabel": false,
-        "LabelId": 212
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.168166429
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664)",
-        "Label": "Ä•",
-        "hasCustomLabel": false,
-        "LabelId": 213
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.204185E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.208476871
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.720467567
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.06617987
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä–",
-        "hasCustomLabel": false,
-        "LabelId": 214
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.146894321
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943)",
-        "Label": "Ä—",
-        "hasCustomLabel": false,
-        "LabelId": 215
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.197317E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.3651018
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.6197808
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.917054236
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ę",
-        "hasCustomLabel": false,
-        "LabelId": 216
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.126366943
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669)",
-        "Label": "Ä™",
-        "hasCustomLabel": false,
-        "LabelId": 217
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.33134425E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.480995059
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.5331835
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7887963
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Äš",
-        "hasCustomLabel": false,
-        "LabelId": 218
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.108712047
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712)",
-        "Label": "Ä›",
-        "hasCustomLabel": false,
-        "LabelId": 219
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.5865504E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.5667535
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.4587041
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.678486
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ĝ",
-        "hasCustomLabel": false,
-        "LabelId": 220
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.09352766
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766)",
-        "Label": "ĝ",
-        "hasCustomLabel": false,
-        "LabelId": 221
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.94597828E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.630216539
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.394646883
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.583611846
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Äž",
-        "hasCustomLabel": false,
-        "LabelId": 222
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.08046808
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808)",
-        "Label": "ÄŸ",
-        "hasCustomLabel": false,
-        "LabelId": 223
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.39504368E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.6771837
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.339553416
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.5020138
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä ",
-        "hasCustomLabel": false,
-        "LabelId": 224
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.06923598
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598)",
-        "Label": "Ä¡",
-        "hasCustomLabel": false,
-        "LabelId": 225
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.921204E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7119454
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.292169452
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.431834072
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä¢",
-        "hasCustomLabel": false,
-        "LabelId": 226
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0595756359
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564)",
-        "Label": "Ä£",
-        "hasCustomLabel": false,
-        "LabelId": 227
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.51367E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7376759
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.251416057
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.371474832
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ĥ",
-        "hasCustomLabel": false,
-        "LabelId": 228
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0512670949
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709)",
-        "Label": "Ä¥",
-        "hasCustomLabel": false,
-        "LabelId": 229
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.16409535E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7567236
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.216365457
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.3195619
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ħ",
-        "hasCustomLabel": false,
-        "LabelId": 230
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0441212058
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121)",
-        "Label": "ħ",
-        "hasCustomLabel": false,
-        "LabelId": 231
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.86263765E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7708258
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.186219677
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.274913341
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ĩ",
-        "hasCustomLabel": false,
-        "LabelId": 232
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0379752778
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528)",
-        "Label": "Ä©",
-        "hasCustomLabel": false,
-        "LabelId": 233
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.60289858E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7812681
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.160292342
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.2365126
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ī",
-        "hasCustomLabel": false,
-        "LabelId": 234
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0326893739
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937)",
-        "Label": "Ä«",
-        "hasCustomLabel": false,
-        "LabelId": 235
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.3794405E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7890016
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.1379931
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.203485429
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ĭ",
-        "hasCustomLabel": false,
-        "LabelId": 236
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0281431433
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314)",
-        "Label": "Ä­",
-        "hasCustomLabel": false,
-        "LabelId": 237
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.18765229E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.79473
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.118814275
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.175079867
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä®",
-        "hasCustomLabel": false,
-        "LabelId": 238
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.024233086
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309)",
-        "Label": "į",
-        "hasCustomLabel": false,
-        "LabelId": 239
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.02270189E-06
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.7989742
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.102319233
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.150649175
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä°",
-        "hasCustomLabel": false,
-        "LabelId": 240
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0208701827
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018)",
-        "Label": "ı",
-        "hasCustomLabel": false,
-        "LabelId": 241
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.806012E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8021196
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0881324559
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.129637152
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "IJ",
-        "hasCustomLabel": false,
-        "LabelId": 242
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0179778673
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787)",
-        "Label": "ij",
-        "hasCustomLabel": false,
-        "LabelId": 243
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.5881826E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.804451346
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.07593088
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.111565419
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ä´",
-        "hasCustomLabel": false,
-        "LabelId": 244
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.01549029
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029)",
-        "Label": "ĵ",
-        "hasCustomLabel": false,
-        "LabelId": 245
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.537608E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8061805
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.06543677
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.09602251
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ķ",
-        "hasCustomLabel": false,
-        "LabelId": 246
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0133508146
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081)",
-        "Label": "Ä·",
-        "hasCustomLabel": false,
-        "LabelId": 247
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.636213E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8074633
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.05641118
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.08265456
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ĸ",
-        "hasCustomLabel": false,
-        "LabelId": 248
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0115107335
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073)",
-        "Label": "Ĺ",
-        "hasCustomLabel": false,
-        "LabelId": 249
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.859376E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8084154
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0486486331
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.07115722
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ĺ",
-        "hasCustomLabel": false,
-        "LabelId": 250
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.009928151
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151)",
-        "Label": "Ä»",
-        "hasCustomLabel": false,
-        "LabelId": 251
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.19262363E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.809122443
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0419723764
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.06126872
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ļ",
-        "hasCustomLabel": false,
-        "LabelId": 252
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.008567037
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037)",
-        "Label": "Ľ",
-        "hasCustomLabel": false,
-        "LabelId": 253
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.618138E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.809647858
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.03623043
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.05276393
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ľ",
-        "hasCustomLabel": false,
-        "LabelId": 254
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00739640137
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401)",
-        "Label": "Ä¿",
-        "hasCustomLabel": false,
-        "LabelId": 255
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.12429933E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8100386
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0312920436
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.04544922
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å€",
-        "hasCustomLabel": false,
-        "LabelId": 256
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00638959045
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959)",
-        "Label": "Ł",
-        "hasCustomLabel": false,
-        "LabelId": 257
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.699719E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.810329437
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0270447861
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0391580462
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å‚",
-        "hasCustomLabel": false,
-        "LabelId": 258
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00552368257
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683)",
-        "Label": "Ń",
-        "hasCustomLabel": false,
-        "LabelId": 259
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.33429247E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8105461
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0233919751
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0337471776
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å„",
-        "hasCustomLabel": false,
-        "LabelId": 260
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00477896444
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964)",
-        "Label": "Å…",
-        "hasCustomLabel": false,
-        "LabelId": 261
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.02021042E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8107077
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0202504266
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0290934239
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ņ",
-        "hasCustomLabel": false,
-        "LabelId": 262
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00413848
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848)",
-        "Label": "Ň",
-        "hasCustomLabel": false,
-        "LabelId": 263
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.7499579E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8108283
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.01754863
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.02509083
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ň",
-        "hasCustomLabel": false,
-        "LabelId": 264
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00358764688
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647)",
-        "Label": "ʼn",
-        "hasCustomLabel": false,
-        "LabelId": 265
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.51760077E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.81091857
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0152250584
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.02164827
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÅŠ",
-        "hasCustomLabel": false,
-        "LabelId": 266
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00311392359
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924)",
-        "Label": "Å‹",
-        "hasCustomLabel": false,
-        "LabelId": 267
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.31774016E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.810986161
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0132268164
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0186873637
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ō",
-        "hasCustomLabel": false,
-        "LabelId": 268
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.002706525
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525)",
-        "Label": "ō",
-        "hasCustomLabel": false,
-        "LabelId": 269
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.14593568E-07
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811036944
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0115084071
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0161407
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÅŽ",
-        "hasCustomLabel": false,
-        "LabelId": 270
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.002356176
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176)",
-        "Label": "ŏ",
-        "hasCustomLabel": false,
-        "LabelId": 271
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 9.981478E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8110751
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.01003071
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0139502985
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ő",
-        "hasCustomLabel": false,
-        "LabelId": 272
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0020549
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549)",
-        "Label": "Å‘",
-        "hasCustomLabel": false,
-        "LabelId": 273
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 8.71120847E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111039
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.008760077
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0120662935
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å’",
-        "hasCustomLabel": false,
-        "LabelId": 274
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001795838
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838)",
-        "Label": "Å“",
-        "hasCustomLabel": false,
-        "LabelId": 275
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.618353E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111257
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00766758528
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.01044579
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å”",
-        "hasCustomLabel": false,
-        "LabelId": 276
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00157309172
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092)",
-        "Label": "Å•",
-        "hasCustomLabel": false,
-        "LabelId": 277
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.67939162E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811142266
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006728351
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.009051897
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å–",
-        "hasCustomLabel": false,
-        "LabelId": 278
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00138158968
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159)",
-        "Label": "Å—",
-        "hasCustomLabel": false,
-        "LabelId": 279
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.87203779E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811154842
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005920997
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.007852881
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ř",
-        "hasCustomLabel": false,
-        "LabelId": 280
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00121697213
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972)",
-        "Label": "Å™",
-        "hasCustomLabel": false,
-        "LabelId": 281
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.178083E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811164439
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005227133
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00682144845
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Åš",
-        "hasCustomLabel": false,
-        "LabelId": 282
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00107549026
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549)",
-        "Label": "Å›",
-        "hasCustomLabel": false,
-        "LabelId": 283
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.58190819E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111718
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004630958
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005934119
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ŝ",
-        "hasCustomLabel": false,
-        "LabelId": 284
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0009539227
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227)",
-        "Label": "ŝ",
-        "hasCustomLabel": false,
-        "LabelId": 285
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.069845E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811177552
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00411889469
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00517069874
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Åž",
-        "hasCustomLabel": false,
-        "LabelId": 286
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00084950123
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012)",
-        "Label": "ÅŸ",
-        "hasCustomLabel": false,
-        "LabelId": 287
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.63024775E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811182
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00367927481
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004513813
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å ",
-        "hasCustomLabel": false,
-        "LabelId": 288
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0007598473
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473)",
-        "Label": "Å¡",
-        "hasCustomLabel": false,
-        "LabelId": 289
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.25300569E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811185539
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00330207846
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00394851668
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å¢",
-        "hasCustomLabel": false,
-        "LabelId": 290
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000682917947
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179)",
-        "Label": "Å£",
-        "hasCustomLabel": false,
-        "LabelId": 291
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.92967286E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111883
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00297870021
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00346195139
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ť",
-        "hasCustomLabel": false,
-        "LabelId": 292
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0006169594
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594)",
-        "Label": "Å¥",
-        "hasCustomLabel": false,
-        "LabelId": 293
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.652719E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111905
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00270175771
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.003043056
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ŧ",
-        "hasCustomLabel": false,
-        "LabelId": 294
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000560466549
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665)",
-        "Label": "ŧ",
-        "hasCustomLabel": false,
-        "LabelId": 295
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.41586342E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111922
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00246491353
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00268231286
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ũ",
-        "hasCustomLabel": false,
-        "LabelId": 296
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0005121478
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478)",
-        "Label": "Å©",
-        "hasCustomLabel": false,
-        "LabelId": 297
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.213696E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111936
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00226273481
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002371534
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ū",
-        "hasCustomLabel": false,
-        "LabelId": 298
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000470896077
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961)",
-        "Label": "Å«",
-        "hasCustomLabel": false,
-        "LabelId": 299
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.0415154E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111947
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00209056539
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00210367469
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ŭ",
-        "hasCustomLabel": false,
-        "LabelId": 300
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000435762457
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625)",
-        "Label": "Å­",
-        "hasCustomLabel": false,
-        "LabelId": 301
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.895358E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111956
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00194441376
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.001872674
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å®",
-        "hasCustomLabel": false,
-        "LabelId": 302
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000405933766
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338)",
-        "Label": "ů",
-        "hasCustomLabel": false,
-        "LabelId": 303
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.77181789E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111964
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00182086218
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0016733181
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å°",
-        "hasCustomLabel": false,
-        "LabelId": 304
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0003807139
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139)",
-        "Label": "ű",
-        "hasCustomLabel": false,
-        "LabelId": 305
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.66793424E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811197042
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00171698432
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00150112319
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ų",
-        "hasCustomLabel": false,
-        "LabelId": 306
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000359506521
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065)",
-        "Label": "ų",
-        "hasCustomLabel": false,
-        "LabelId": 307
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.58122155E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111976
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00163027155
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00135223381
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Å´",
-        "hasCustomLabel": false,
-        "LabelId": 308
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000341800856
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009)",
-        "Label": "ŵ",
-        "hasCustomLabel": false,
-        "LabelId": 309
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.50951962E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811198056
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00155857531
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00122333679
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ŷ",
-        "hasCustomLabel": false,
-        "LabelId": 310
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000327159156
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592)",
-        "Label": "Å·",
-        "hasCustomLabel": false,
-        "LabelId": 311
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.45100163E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111985
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0015000517
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00111158611
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ÿ",
-        "hasCustomLabel": false,
-        "LabelId": 312
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000315205951
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206)",
-        "Label": "Ź",
-        "hasCustomLabel": false,
-        "LabelId": 313
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.40406859E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811198831
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00145311863
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.001014539
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ź",
-        "hasCustomLabel": false,
-        "LabelId": 314
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000305618858
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189)",
-        "Label": "Å»",
-        "hasCustomLabel": false,
-        "LabelId": 315
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.36736462E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111991
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00141641463
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000930100854
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ż",
-        "hasCustomLabel": false,
-        "LabelId": 316
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00029812046
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205)",
-        "Label": "Ž",
-        "hasCustomLabel": false,
-        "LabelId": 317
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.339719E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111994
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00138876622
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0008564767
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ž",
-        "hasCustomLabel": false,
-        "LabelId": 318
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000292471581
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716)",
-        "Label": "Å¿",
-        "hasCustomLabel": false,
-        "LabelId": 319
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.32011024E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811199665
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00136916025
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0007921305
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ€",
-        "hasCustomLabel": false,
-        "LabelId": 320
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000288465555
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656)",
-        "Label": "Ɓ",
-        "hasCustomLabel": false,
-        "LabelId": 321
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.3076658E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8111999
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00135671871
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0007357487
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ‚",
-        "hasCustomLabel": false,
-        "LabelId": 322
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000285923277
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233)",
-        "Label": "ƃ",
-        "hasCustomLabel": false,
-        "LabelId": 323
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.30162645E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811200142
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00135067932
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000686209358
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ„",
-        "hasCustomLabel": false,
-        "LabelId": 324
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000284689158
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892)",
-        "Label": "Æ…",
-        "hasCustomLabel": false,
-        "LabelId": 325
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.301331E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112003
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00135037827
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000642555
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ɔ",
-        "hasCustomLabel": false,
-        "LabelId": 326
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0002846277
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277)",
-        "Label": "Ƈ",
-        "hasCustomLabel": false,
-        "LabelId": 327
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.30618645E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112005
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00135523651
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0006039689
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƈ",
-        "hasCustomLabel": false,
-        "LabelId": 328
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000285620423
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204)",
-        "Label": "Ɖ",
-        "hasCustomLabel": false,
-        "LabelId": 329
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.31569546E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112007
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00136474555
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0005697547
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÆŠ",
-        "hasCustomLabel": false,
-        "LabelId": 330
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000287563482
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635)",
-        "Label": "Æ‹",
-        "hasCustomLabel": false,
-        "LabelId": 331
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.3294069E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811200857
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00137845974
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0005393187
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƌ",
-        "hasCustomLabel": false,
-        "LabelId": 332
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0002903657
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657)",
-        "Label": "ƍ",
-        "hasCustomLabel": false,
-        "LabelId": 333
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.34693616E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811201036
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00139598618
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0005121547
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÆŽ",
-        "hasCustomLabel": false,
-        "LabelId": 334
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000293946738
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467)",
-        "Label": "Ə",
-        "hasCustomLabel": false,
-        "LabelId": 335
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.36792861E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112012
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00141697866
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0004878308
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ɛ",
-        "hasCustomLabel": false,
-        "LabelId": 336
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0002982357
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357)",
-        "Label": "Æ‘",
-        "hasCustomLabel": false,
-        "LabelId": 337
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.39207978E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811201334
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00144112983
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00046597817
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ’",
-        "hasCustomLabel": false,
-        "LabelId": 338
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0003031697
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697)",
-        "Label": "Æ“",
-        "hasCustomLabel": false,
-        "LabelId": 339
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.4191202E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811201453
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00146816741
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0004462815
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ”",
-        "hasCustomLabel": false,
-        "LabelId": 340
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000308693037
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693)",
-        "Label": "Æ•",
-        "hasCustomLabel": false,
-        "LabelId": 341
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.44880143E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112016
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00149784866
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0004284709
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ–",
-        "hasCustomLabel": false,
-        "LabelId": 342
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000314755976
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756)",
-        "Label": "Æ—",
-        "hasCustomLabel": false,
-        "LabelId": 343
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.48091335E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112017
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00152995763
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000412314781
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ƙ",
-        "hasCustomLabel": false,
-        "LabelId": 344
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00032131435
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144)",
-        "Label": "Æ™",
-        "hasCustomLabel": false,
-        "LabelId": 345
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.51525086E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112018
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.001564301
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0003976143
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æš",
-        "hasCustomLabel": false,
-        "LabelId": 346
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000328328548
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285)",
-        "Label": "Æ›",
-        "hasCustomLabel": false,
-        "LabelId": 347
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.55165534E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.81120193
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00160070544
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0003841981
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ɯ",
-        "hasCustomLabel": false,
-        "LabelId": 348
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00033576315
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632)",
-        "Label": "Ɲ",
-        "hasCustomLabel": false,
-        "LabelId": 349
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.589965E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811202049
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00163901492
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000371918344
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æž",
-        "hasCustomLabel": false,
-        "LabelId": 350
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00034358626
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863)",
-        "Label": "ÆŸ",
-        "hasCustomLabel": false,
-        "LabelId": 351
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.63004561E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811202168
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00167909
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000360647158
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ ",
-        "hasCustomLabel": false,
-        "LabelId": 352
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000351769326
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693)",
-        "Label": "Æ¡",
-        "hasCustomLabel": false,
-        "LabelId": 353
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.67176E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112023
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00172080437
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0003502736
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ¢",
-        "hasCustomLabel": false,
-        "LabelId": 354
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0003602865
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865)",
-        "Label": "Æ£",
-        "hasCustomLabel": false,
-        "LabelId": 355
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.71499313E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112024
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00176404323
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0003407012
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ƥ",
-        "hasCustomLabel": false,
-        "LabelId": 356
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0003691143
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143)",
-        "Label": "Æ¥",
-        "hasCustomLabel": false,
-        "LabelId": 357
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.75965269E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112025
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00180870271
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00033184592
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ʀ",
-        "hasCustomLabel": false,
-        "LabelId": 358
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0003782316
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316)",
-        "Label": "Ƨ",
-        "hasCustomLabel": false,
-        "LabelId": 359
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.80563386E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811202645
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00185468956
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000323634245
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƨ",
-        "hasCustomLabel": false,
-        "LabelId": 360
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00038761922
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192)",
-        "Label": "Æ©",
-        "hasCustomLabel": false,
-        "LabelId": 361
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.85286169E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811202765
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00190191751
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0003160018
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƪ",
-        "hasCustomLabel": false,
-        "LabelId": 362
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000397259661
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597)",
-        "Label": "Æ«",
-        "hasCustomLabel": false,
-        "LabelId": 363
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.90126386E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112029
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00195030821
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0003088919
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ƭ",
-        "hasCustomLabel": false,
-        "LabelId": 364
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000407136948
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369)",
-        "Label": "Æ­",
-        "hasCustomLabel": false,
-        "LabelId": 365
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 1.950742E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811203
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.001999792
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000302254746
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ®",
-        "hasCustomLabel": false,
-        "LabelId": 366
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000417236675
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367)",
-        "Label": "Ư",
-        "hasCustomLabel": false,
-        "LabelId": 367
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.001252E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112031
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002050302
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000296046259
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ°",
-        "hasCustomLabel": false,
-        "LabelId": 368
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000427545368
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454)",
-        "Label": "Ʊ",
-        "hasCustomLabel": false,
-        "LabelId": 369
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.052729E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811203241
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002101779
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002902274
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ʋ",
-        "hasCustomLabel": false,
-        "LabelId": 370
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0004380509
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509)",
-        "Label": "Ƴ",
-        "hasCustomLabel": false,
-        "LabelId": 371
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.10511182E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811203361
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00215416751
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002847636
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Æ´",
-        "hasCustomLabel": false,
-        "LabelId": 372
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0004487419
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419)",
-        "Label": "Ƶ",
-        "hasCustomLabel": false,
-        "LabelId": 373
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.15836682E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112035
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00220741681
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000279624
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƶ",
-        "hasCustomLabel": false,
-        "LabelId": 374
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000459608156
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082)",
-        "Label": "Æ·",
-        "hasCustomLabel": false,
-        "LabelId": 375
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.212431E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112036
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002261481
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000274781079
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ƹ",
-        "hasCustomLabel": false,
-        "LabelId": 376
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0004706402
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402)",
-        "Label": "ƹ",
-        "hasCustomLabel": false,
-        "LabelId": 377
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.26726655E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112037
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00231631659
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000270210265
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƺ",
-        "hasCustomLabel": false,
-        "LabelId": 378
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0004818292
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292)",
-        "Label": "Æ»",
-        "hasCustomLabel": false,
-        "LabelId": 379
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.32283366E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811203837
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00237188372
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000265889481
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ƽ",
-        "hasCustomLabel": false,
-        "LabelId": 380
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000493167
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167)",
-        "Label": "ƽ",
-        "hasCustomLabel": false,
-        "LabelId": 381
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.379084E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811203957
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00242814538
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002617989
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ƾ",
-        "hasCustomLabel": false,
-        "LabelId": 382
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0005046461
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461)",
-        "Label": "Æ¿",
-        "hasCustomLabel": false,
-        "LabelId": 383
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.43601637E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112041
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00248506642
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000257920765
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç€",
-        "hasCustomLabel": false,
-        "LabelId": 384
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0005162594
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594)",
-        "Label": "ǁ",
-        "hasCustomLabel": false,
-        "LabelId": 385
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.49356624E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112042
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00254261633
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002542389
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç‚",
-        "hasCustomLabel": false,
-        "LabelId": 386
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000528000644
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006)",
-        "Label": "ǃ",
-        "hasCustomLabel": false,
-        "LabelId": 387
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.55170338E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112043
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00260076486
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000250738754
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç„",
-        "hasCustomLabel": false,
-        "LabelId": 388
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00053986354
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635)",
-        "Label": "Ç…",
-        "hasCustomLabel": false,
-        "LabelId": 389
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.61043311E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811204433
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002659483
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000247407152
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "dž",
-        "hasCustomLabel": false,
-        "LabelId": 390
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000551842444
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424)",
-        "Label": "LJ",
-        "hasCustomLabel": false,
-        "LabelId": 391
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.66969735E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811204553
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00271874736
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000244232157
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Lj",
-        "hasCustomLabel": false,
-        "LabelId": 392
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00056393235
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323)",
-        "Label": "lj",
-        "hasCustomLabel": false,
-        "LabelId": 393
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.72948242E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112047
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00277853245
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000241202826
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÇŠ",
-        "hasCustomLabel": false,
-        "LabelId": 394
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0005761282
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282)",
-        "Label": "Ç‹",
-        "hasCustomLabel": false,
-        "LabelId": 395
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.78976575E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112048
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0028388158
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00023830928
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "nj",
-        "hasCustomLabel": false,
-        "LabelId": 396
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000588425435
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254)",
-        "Label": "Ǎ",
-        "hasCustomLabel": false,
-        "LabelId": 397
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.85051538E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112049
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002899577
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000235542437
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÇŽ",
-        "hasCustomLabel": false,
-        "LabelId": 398
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000600819767
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198)",
-        "Label": "Ǐ",
-        "hasCustomLabel": false,
-        "LabelId": 399
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.911745E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811205
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.002960795
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000232894017
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ǐ",
-        "hasCustomLabel": false,
-        "LabelId": 400
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0006133071
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071)",
-        "Label": "Ç‘",
-        "hasCustomLabel": false,
-        "LabelId": 401
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 2.97340232E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811205149
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00302245235
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000230356411
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç’",
-        "hasCustomLabel": false,
-        "LabelId": 402
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000625883753
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838)",
-        "Label": "Ç“",
-        "hasCustomLabel": false,
-        "LabelId": 403
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.03548049E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811205268
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00308453036
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000227922676
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç”",
-        "hasCustomLabel": false,
-        "LabelId": 404
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000638545956
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546)",
-        "Label": "Ç•",
-        "hasCustomLabel": false,
-        "LabelId": 405
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.09796349E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112054
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00314701349
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000225586409
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç–",
-        "hasCustomLabel": false,
-        "LabelId": 406
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0006512906
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906)",
-        "Label": "Ç—",
-        "hasCustomLabel": false,
-        "LabelId": 407
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.160813E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112055
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00320988568
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002233417
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ǘ",
-        "hasCustomLabel": false,
-        "LabelId": 408
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000664114254
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143)",
-        "Label": "Ç™",
-        "hasCustomLabel": false,
-        "LabelId": 409
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.22405924E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112056
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00327313179
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000221183145
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Çš",
-        "hasCustomLabel": false,
-        "LabelId": 410
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000677014
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014)",
-        "Label": "Ç›",
-        "hasCustomLabel": false,
-        "LabelId": 411
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.28771179E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112058
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0033367388
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000219105743
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ǜ",
-        "hasCustomLabel": false,
-        "LabelId": 412
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0006899873
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873)",
-        "Label": "ǝ",
-        "hasCustomLabel": false,
-        "LabelId": 413
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.35164465E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811206
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00340069458
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00021710484
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Çž",
-        "hasCustomLabel": false,
-        "LabelId": 414
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0007030314
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314)",
-        "Label": "ÇŸ",
-        "hasCustomLabel": false,
-        "LabelId": 415
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.415912E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811206162
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00346498471
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000215176115
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç ",
-        "hasCustomLabel": false,
-        "LabelId": 416
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000716143462
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435)",
-        "Label": "Ç¡",
-        "hasCustomLabel": false,
-        "LabelId": 417
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.48054847E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811206341
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00352959824
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000213315638
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç¢",
-        "hasCustomLabel": false,
-        "LabelId": 418
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000729321444
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214)",
-        "Label": "Ç£",
-        "hasCustomLabel": false,
-        "LabelId": 419
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.54545229E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112065
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.003594525
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0002115197
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǥ",
-        "hasCustomLabel": false,
-        "LabelId": 420
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00074256293
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629)",
-        "Label": "Ç¥",
-        "hasCustomLabel": false,
-        "LabelId": 421
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.61072559E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112067
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00365975266
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000209784877
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǧ",
-        "hasCustomLabel": false,
-        "LabelId": 422
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0007558659
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659)",
-        "Label": "ǧ",
-        "hasCustomLabel": false,
-        "LabelId": 423
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.676223E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112069
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.003725273
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000208107929
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǩ",
-        "hasCustomLabel": false,
-        "LabelId": 424
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0007692282
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282)",
-        "Label": "Ç©",
-        "hasCustomLabel": false,
-        "LabelId": 425
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.74204845E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811207056
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00379107567
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000206485944
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǫ",
-        "hasCustomLabel": false,
-        "LabelId": 426
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000782648043
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648)",
-        "Label": "Ç«",
-        "hasCustomLabel": false,
-        "LabelId": 427
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.80807919E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811207235
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00385715184
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000204916112
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǭ",
-        "hasCustomLabel": false,
-        "LabelId": 428
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0007961233
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233)",
-        "Label": "Ç­",
-        "hasCustomLabel": false,
-        "LabelId": 429
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.874441E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112074
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.003923491
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00020339583
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç®",
-        "hasCustomLabel": false,
-        "LabelId": 430
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000809652265
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523)",
-        "Label": "ǯ",
-        "hasCustomLabel": false,
-        "LabelId": 431
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 3.94106081E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112076
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.003990088
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00020192271
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç°",
-        "hasCustomLabel": false,
-        "LabelId": 432
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0008232337
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337)",
-        "Label": "DZ",
-        "hasCustomLabel": false,
-        "LabelId": 433
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.007907E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112078
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00405693427
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000200494484
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Dz",
-        "hasCustomLabel": false,
-        "LabelId": 434
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000836865744
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657)",
-        "Label": "dz",
-        "hasCustomLabel": false,
-        "LabelId": 435
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.074971E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.81120795
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004124021
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000199109
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ç´",
-        "hasCustomLabel": false,
-        "LabelId": 436
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000850546639
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466)",
-        "Label": "ǵ",
-        "hasCustomLabel": false,
-        "LabelId": 437
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.142292E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112081
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004191342
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000197764282
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ƕ",
-        "hasCustomLabel": false,
-        "LabelId": 438
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0008642752
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752)",
-        "Label": "Ç·",
-        "hasCustomLabel": false,
-        "LabelId": 439
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.2098403E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112083
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00425889
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00019645851
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǹ",
-        "hasCustomLabel": false,
-        "LabelId": 440
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0008780501
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501)",
-        "Label": "ǹ",
-        "hasCustomLabel": false,
-        "LabelId": 441
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.27758664E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112085
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00432665925
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000195189845
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǻ",
-        "hasCustomLabel": false,
-        "LabelId": 442
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00089186983
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698)",
-        "Label": "Ç»",
-        "hasCustomLabel": false,
-        "LabelId": 443
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.345594E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811208665
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004394644
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00019395673
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǽ",
-        "hasCustomLabel": false,
-        "LabelId": 444
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0009057335
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335)",
-        "Label": "ǽ",
-        "hasCustomLabel": false,
-        "LabelId": 445
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.41378631E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811208844
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00446283631
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000192757521
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ǿ",
-        "hasCustomLabel": false,
-        "LabelId": 446
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0009196394
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394)",
-        "Label": "Ç¿",
-        "hasCustomLabel": false,
-        "LabelId": 447
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.4821828E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811209
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00453123264
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000191590821
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È€",
-        "hasCustomLabel": false,
-        "LabelId": 448
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0009335868
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868)",
-        "Label": "ȁ",
-        "hasCustomLabel": false,
-        "LabelId": 449
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.550776E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112092
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004599826
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000190455219
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È‚",
-        "hasCustomLabel": false,
-        "LabelId": 450
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00094757427
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743)",
-        "Label": "ȃ",
-        "hasCustomLabel": false,
-        "LabelId": 451
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.61956127E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112094
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004668611
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000189349375
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È„",
-        "hasCustomLabel": false,
-        "LabelId": 452
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.000961600745
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007)",
-        "Label": "È…",
-        "hasCustomLabel": false,
-        "LabelId": 453
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.68853543E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811209559
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00473758532
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000188272155
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȇ",
-        "hasCustomLabel": false,
-        "LabelId": 454
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0009756657
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657)",
-        "Label": "ȇ",
-        "hasCustomLabel": false,
-        "LabelId": 455
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.75769077E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811209738
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00480674068
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000187222278
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȉ",
-        "hasCustomLabel": false,
-        "LabelId": 456
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0009897675
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675)",
-        "Label": "ȉ",
-        "hasCustomLabel": false,
-        "LabelId": 457
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.827069E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112099
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00487607345
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001861987
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÈŠ",
-        "hasCustomLabel": false,
-        "LabelId": 458
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00100390555
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906)",
-        "Label": "È‹",
-        "hasCustomLabel": false,
-        "LabelId": 459
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.896531E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112101
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.004945581
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001852004
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȍ",
-        "hasCustomLabel": false,
-        "LabelId": 460
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00101807888
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079)",
-        "Label": "ȍ",
-        "hasCustomLabel": false,
-        "LabelId": 461
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 4.966207E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112103
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005015257
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001842264
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÈŽ",
-        "hasCustomLabel": false,
-        "LabelId": 462
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00103228667
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287)",
-        "Label": "ȏ",
-        "hasCustomLabel": false,
-        "LabelId": 463
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.03604767E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811210454
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00508509763
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000183275726
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȑ",
-        "hasCustomLabel": false,
-        "LabelId": 464
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00104652788
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528)",
-        "Label": "È‘",
-        "hasCustomLabel": false,
-        "LabelId": 465
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.10609475E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811210632
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005155099
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001823475
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È’",
-        "hasCustomLabel": false,
-        "LabelId": 466
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001060802
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802)",
-        "Label": "È“",
-        "hasCustomLabel": false,
-        "LabelId": 467
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.176163E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112108
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00522525841
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000181440875
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È”",
-        "hasCustomLabel": false,
-        "LabelId": 468
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00107510784
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108)",
-        "Label": "È•",
-        "hasCustomLabel": false,
-        "LabelId": 469
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.246564E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811211
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00529556861
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000180555056
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È–",
-        "hasCustomLabel": false,
-        "LabelId": 470
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00108944485
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445)",
-        "Label": "È—",
-        "hasCustomLabel": false,
-        "LabelId": 471
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.316983E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811211169
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005366033
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000179689363
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ș",
-        "hasCustomLabel": false,
-        "LabelId": 472
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001103813
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813)",
-        "Label": "È™",
-        "hasCustomLabel": false,
-        "LabelId": 473
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.387593E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811211348
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005436643
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000178843
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Èš",
-        "hasCustomLabel": false,
-        "LabelId": 474
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00111821073
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211)",
-        "Label": "È›",
-        "hasCustomLabel": false,
-        "LabelId": 475
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.45834524E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112115
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005507395
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000178015267
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȝ",
-        "hasCustomLabel": false,
-        "LabelId": 476
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0011326375
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637)",
-        "Label": "ȝ",
-        "hasCustomLabel": false,
-        "LabelId": 477
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.52919346E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112117
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005578289
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000177205569
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Èž",
-        "hasCustomLabel": false,
-        "LabelId": 478
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0011470929
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093)",
-        "Label": "ÈŸ",
-        "hasCustomLabel": false,
-        "LabelId": 479
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.60026763E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112119
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00564931752
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001764132
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È ",
-        "hasCustomLabel": false,
-        "LabelId": 480
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001161576
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576)",
-        "Label": "È¡",
-        "hasCustomLabel": false,
-        "LabelId": 481
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.67143026E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811212063
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00572048035
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000175637557
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È¢",
-        "hasCustomLabel": false,
-        "LabelId": 482
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00117608637
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086)",
-        "Label": "È£",
-        "hasCustomLabel": false,
-        "LabelId": 483
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.742725E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811212242
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005791775
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000174878136
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȥ",
-        "hasCustomLabel": false,
-        "LabelId": 484
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0011906235
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624)",
-        "Label": "È¥",
-        "hasCustomLabel": false,
-        "LabelId": 485
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.81410262E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112124
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.005863198
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000174134359
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȧ",
-        "hasCustomLabel": false,
-        "LabelId": 486
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00120518671
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187)",
-        "Label": "ȧ",
-        "hasCustomLabel": false,
-        "LabelId": 487
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.88569726E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811212659
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0059347474
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000173405773
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȩ",
-        "hasCustomLabel": false,
-        "LabelId": 488
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00121977576
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776)",
-        "Label": "È©",
-        "hasCustomLabel": false,
-        "LabelId": 489
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 5.95737042E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112129
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00600642
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000172691827
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȫ",
-        "hasCustomLabel": false,
-        "LabelId": 490
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00123438984
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439)",
-        "Label": "È«",
-        "hasCustomLabel": false,
-        "LabelId": 491
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.02916259E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811213136
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006078213
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00017199204
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȭ",
-        "hasCustomLabel": false,
-        "LabelId": 492
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00124902837
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028)",
-        "Label": "È­",
-        "hasCustomLabel": false,
-        "LabelId": 493
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.101074E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112134
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006150124
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000171305976
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È®",
-        "hasCustomLabel": false,
-        "LabelId": 494
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001263691
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691)",
-        "Label": "ȯ",
-        "hasCustomLabel": false,
-        "LabelId": 495
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.1731015E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112136
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006222152
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00017063324
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È°",
-        "hasCustomLabel": false,
-        "LabelId": 496
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00127837737
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377)",
-        "Label": "ȱ",
-        "hasCustomLabel": false,
-        "LabelId": 497
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.24524361E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811213851
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006294294
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000169973369
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ȳ",
-        "hasCustomLabel": false,
-        "LabelId": 498
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00129308691
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087)",
-        "Label": "ȳ",
-        "hasCustomLabel": false,
-        "LabelId": 499
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.317497E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112141
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00636654766
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000169326013
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "È´",
-        "hasCustomLabel": false,
-        "LabelId": 500
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00130781927
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819)",
-        "Label": "ȵ",
-        "hasCustomLabel": false,
-        "LabelId": 501
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.389861E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112143
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00643891143
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000168690778
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ȶ",
-        "hasCustomLabel": false,
-        "LabelId": 502
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001322574
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574)",
-        "Label": "È·",
-        "hasCustomLabel": false,
-        "LabelId": 503
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.462333E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811214566
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006511383
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000168067287
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ȸ",
-        "hasCustomLabel": false,
-        "LabelId": 504
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00133735081
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351)",
-        "Label": "ȹ",
-        "hasCustomLabel": false,
-        "LabelId": 505
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.534817E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112148
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006583958
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000167455117
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ⱥ",
-        "hasCustomLabel": false,
-        "LabelId": 506
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00135214825
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148)",
-        "Label": "È»",
-        "hasCustomLabel": false,
-        "LabelId": 507
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.60758346E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811215043
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006656634
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000166854021
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ȼ",
-        "hasCustomLabel": false,
-        "LabelId": 508
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00136696675
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967)",
-        "Label": "Ƚ",
-        "hasCustomLabel": false,
-        "LabelId": 509
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.680271E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112153
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006729413
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0001662636
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ⱦ",
-        "hasCustomLabel": false,
-        "LabelId": 510
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00138180587
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806)",
-        "Label": "È¿",
-        "hasCustomLabel": false,
-        "LabelId": 511
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.753148E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112155
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00680228975
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000165683625
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "É€",
-        "hasCustomLabel": false,
-        "LabelId": 512
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001396665
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665)",
-        "Label": "Ɂ",
-        "hasCustomLabel": false,
-        "LabelId": 513
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.826306E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811215758
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.006875266
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000165113786
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "É‚",
-        "hasCustomLabel": false,
-        "LabelId": 514
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00141154474
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545)",
-        "Label": "Ƀ",
-        "hasCustomLabel": false,
-        "LabelId": 515
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.89929038E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811216
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00694834068
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00016455377
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "É„",
-        "hasCustomLabel": false,
-        "LabelId": 516
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.001426444
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444)",
-        "Label": "É…",
-        "hasCustomLabel": false,
-        "LabelId": 517
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 6.97255E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811216235
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00702150958
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000164003359
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ɇ",
-        "hasCustomLabel": false,
-        "LabelId": 518
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00144136278
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363)",
-        "Label": "ɇ",
-        "hasCustomLabel": false,
-        "LabelId": 519
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.04572045E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112165
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.007094771
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000163462231
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ɉ",
-        "hasCustomLabel": false,
-        "LabelId": 520
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00145630015
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563)",
-        "Label": "ɉ",
-        "hasCustomLabel": false,
-        "LabelId": 521
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.119073E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112167
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0071681235
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000162930141
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÉŠ",
-        "hasCustomLabel": false,
-        "LabelId": 522
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00147125614
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256)",
-        "Label": "É‹",
-        "hasCustomLabel": false,
-        "LabelId": 523
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.192513E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.81121695
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.007241563
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00016240681
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "Ɍ",
-        "hasCustomLabel": false,
-        "LabelId": 524
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00148623
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623)",
-        "Label": "ɍ",
-        "hasCustomLabel": false,
-        "LabelId": 525
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.265952E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112172
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00731509272
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000161892065
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ÉŽ",
-        "hasCustomLabel": false,
-        "LabelId": 526
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00150122191
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222)",
-        "Label": "ɏ",
-        "hasCustomLabel": false,
-        "LabelId": 527
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.339659E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112174
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00738870958
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000161385673
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ɐ",
-        "hasCustomLabel": false,
-        "LabelId": 528
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.0015162318
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232)",
-        "Label": "É‘",
-        "hasCustomLabel": false,
-        "LabelId": 529
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.41335953E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811217666
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00746241
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000160887357
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "É’",
-        "hasCustomLabel": false,
-        "LabelId": 530
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00153125869
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259)",
-        "Label": "É“",
-        "hasCustomLabel": false,
-        "LabelId": 531
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.487056E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112179
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00753619755
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000160396987
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "É”",
-        "hasCustomLabel": false,
-        "LabelId": 532
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00154630316
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303)",
-        "Label": "É•",
-        "hasCustomLabel": false,
-        "LabelId": 533
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.561104E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.811218143
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00761006353
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000159914256
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "É–",
-        "hasCustomLabel": false,
-        "LabelId": 534
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00156136393
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364)",
-        "Label": "É—",
-        "hasCustomLabel": false,
-        "LabelId": 535
-      },
-      "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}": {
-        "Function_SOMDoc": {
-          "kind": "FUN",
-          "params": [
-            {
-              "name": "t",
-              "tp": {
-                "kind": "OMS",
-                "uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit"
-              }
-            }
-          ],
-          "body": {
-            "kind": "OMA",
-            "applicant": {
-              "kind": "OMS",
-              "uri": "MakeObjectArray"
-            },
-            "arguments": [
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 7.63496359E-08
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.8112184
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.00768401427
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.000159439063
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "OMA",
-                "applicant": {
-                  "kind": "OMS",
-                  "uri": "TupelToVector"
-                },
-                "arguments": [
-                  {
-                    "kind": "OMA",
-                    "applicant": {
-                      "kind": "OMS",
-                      "uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple"
-                    },
-                    "arguments": [
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": -9.809999
-                      },
-                      {
-                        "kind": "OMF",
-                        "float": 0.0
-                      }
-                    ]
-                  }
-                ]
-              },
-              {
-                "kind": "VAR",
-                "name": "t"
-              }
-            ]
-          }
-        },
-        "s_type": "FunctionFact",
-        "_URI": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Label": "ɘ",
-        "hasCustomLabel": false,
-        "LabelId": 536
-      },
-      "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)": {
-        "func_id": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}",
-        "arg_func_id": "[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}",
-        "Domain": {
-          "Item1": -1E-05,
-          "Item2": 0.00157644169
-        },
-        "s_type": "FunctionCallFact",
-        "_URI": "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)",
-        "Label": "É™",
-        "hasCustomLabel": false,
-        "LabelId": 537
-      },
-      "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45{[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)}": {
-        "fid": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45",
-        "func_calls_ids": [
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364)",
-          "[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)"
-        ],
-        "s_type": "AttachedPositionFunction",
-        "_URI": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact45{[Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.71507, 18.63876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.3575, -24.0345)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2859854), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.41822, 11.76509)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 18.17429, -15.64585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1854527), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61984, 8.863367)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -16.15633, -15.4558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5734656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.74145, 0.0001512584)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -21.45141, 15.22121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2155912), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.888747, 3.281431)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.38822, -27.80841)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1180014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.984262, 0.0002780475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2305991, 27.80475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1191256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.94236, 3.31239)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.42652, -14.6)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2268761), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.005012, 0.0001435129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 20.87433, 14.37513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.590435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 8.487865)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -14.8994, 14.20093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.691238), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.977393, 18.30397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.09713, -11.65444)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3922241), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.28206, 13.7326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4603704, -22.11528)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6209553), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.67658, 0.0002202752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.608852, 22.02752)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2200489), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.20507, 4.847275)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 22.02752, -7.767531)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3665375), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61982, 2.000106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -18.31479, -7.718225)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2591408), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.54411, 7.497284E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -20.45319, 7.56881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.456389), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.187777, 3.454145)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.839626, -25.07086)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1377753), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.290042, 0.0002493555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.159229, 24.9594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09993961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.525736, 2.494487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.48746, -19.46407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1281586), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.686502, 0.0001922491)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.05069, 19.24876)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4696551), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.14276, 9.040274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.946, -19.53067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4628757), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.025051, 0.0001932228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.32156, 19.32228)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1378767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.819405, 2.664044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.37134, -24.0291)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1108674), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.687296, 0.0002391654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.249614, 23.91654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1568838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.704151, 3.752287)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 23.28331, -6.928161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5415995), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.87577, 6.724003E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.62621, 6.795529)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.226729), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61985, 1.540878)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -15.30014, 6.750589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4426361), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.8865, 4.528736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.750587, -19.6424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2305592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.18222, 0.0001952448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.472753, 19.57217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.002434), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.7369, 19.6198)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.33831, -19.48888)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7929868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.419057, 4.16536)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -23.02034, -1.586958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2246498), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0002500901, 3.808835)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 24.99714, -1.572675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1788682), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.314613, 3.527739)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.09929, 20.58879)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7816031), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.211794, 19.61979)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.427216, -20.55026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9547223), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.058161, 0.0002044376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.902648, 20.44376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.204391), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.442544, 4.178547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.22719, -17.90403)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2333859), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.262522, 0.0001770008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.84221, 17.74776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4721227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.28793, 8.379155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -12.22817, -14.21008)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5896627), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.371777, 0.0001400589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -17.75392, 14.00589)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1808783), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001780877, 2.53363)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 17.78795, 12.75767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.339301), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 15.02542, 19.61987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.623549, -12.68671)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5710809), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 16.06627, 12.37468)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.29918, -5.410871)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3758278), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 19.61992, 10.34107)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.537445, -5.357656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5498449), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.99255, 7.395328)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.80683, 13.73323)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8901526), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.497512, 19.61986)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -10.42943, -13.59016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104124), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.085816, 16.76016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.285142, -16.85733)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.698581), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0001051595, 4.983803)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.49216, -14.57131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3420286), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.014989, 0.0001446568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.085127, 14.46568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2505379), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482346, 3.624316)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.64452, -3.182668)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.138767), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.79832, 3.069148E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.42739, 3.140674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.261231), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.31868, 3.961056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.140673, -8.945283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4428096), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.74761, 8.878563E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.200727, 8.926247)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3679302), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.64191, 3.284276)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.926246, -4.810122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6827846), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.44995, 4.729229E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212747, 4.776913)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9691763), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.98727, 4.629645)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.776913, -7.294872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6346438), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.04329, 7.224424E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.44442, 7.272108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5074099), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.04758, 3.689948)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.272108, -6.422111)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5745694), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 13.60664, 6.325096E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.629091, 6.396622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7429175), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.10979, 4.752169)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.396622, -5.658929)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.8397649), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.0224, 5.58291E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -1.83225, 5.630594)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6312059), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.91168, 3.554039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.630593, -8.024379)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.4429053), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 12.44332, 7.956404E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.282442, 8.004088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5421407), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.697, 4.339381)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.004088, -4.035956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.07518), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.63257, 3.952152E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -2.520668, 3.999836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7227594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.2485, 2.890862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.999835, -9.610936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3007889), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 11.00784, 9.546621E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.047281, 9.594305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3548253), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 10.76199, 3.404373)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.594305, -2.433554)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.398931), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 14.5846, 2.321817E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.060972, 2.393342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.17325), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.068207, 2.807866)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -5.631238, -14.47211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1940191), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.790924, 0.0001436155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -7.477003, 14.36155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2104657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.187298E-05, 3.022881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.196288, 12.33656)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.34536), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.14897, 19.61988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -4.971033, -12.26093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3268723), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.416253E-05, 15.61201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.410342, -11.11049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.405159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7279345, 0.0001101838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -6.321427, 11.01838)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1063736), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.333111E-05, 1.17227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.329435, 9.469192)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.290415), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318295E-05, 13.39156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.318344, 10.94849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5688856), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.575981, 19.61989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.733224, -10.92106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.922595), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.337393E-05, 9.544082)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.289758, -9.387286)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.016703), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.324618, 9.331411E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -3.662169, 9.331411)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2665456), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.394038E-05, 2.48742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.397068, 8.023325)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 1.10033), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640544E-05, 11.31579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.640593, 6.898618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.9461045), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.206959E-05, 17.84267)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.207008, 6.253927)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2841943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7995049, 19.61994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.414023, -6.231718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5728303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.812978E-05, 16.05016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.813027, -5.650229)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.7773857), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279372E-05, 11.65771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.279421, -4.859393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.6685973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.844299E-05, 8.408687)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.820507, -4.179257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.5750369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425782E-05, 6.005424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.425831, -3.594324)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.494573), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.074431E-05, 4.227737)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.086401, -3.091269)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.425372), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794433E-05, 2.912771)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.794482, -2.658631)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3658576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.537417E-05, 1.940068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.543427, -2.286551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.3146739), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327463E-05, 1.22053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.327512, -1.966555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2706547), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.138792E-05, 0.6882558)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.141822, -1.691351)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.2327973), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.820741E-06, 0.2944995)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.9821231, -1.454669)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.200239), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.432398E-06, 0.003205603)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.844779, -1.251117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002562193), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002148839, 1.239545E-05)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.8120782, 1.239568)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1681664), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.204185E-06, 0.2084769)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.7204676, 1.06618)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1468943), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.197317E-06, 0.3651018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.6197808, 0.9170542)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.1263669), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.331344E-06, 0.4809951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.5331835, 0.7887963)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.108712), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.58655E-06, 0.5667535)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.4587041, 0.678486)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.09352766), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.945978E-06, 0.6302165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3946469, 0.5836118)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.08046808), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.395044E-06, 0.6771837)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.3395534, 0.5020138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.06923598), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.921204E-06, 0.7119454)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2921695, 0.4318341)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05957564), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.51367E-06, 0.7376759)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2514161, 0.3714748)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.05126709), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.164095E-06, 0.7567236)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.2163655, 0.3195619)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.04412121), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.862638E-06, 0.7708258)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1862197, 0.2749133)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03797528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.602899E-06, 0.7812681)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1602923, 0.2365126)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.03268937), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.379441E-06, 0.7890016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1379931, 0.2034854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02814314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.187652E-06, 0.79473)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1188143, 0.1750799)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02423309), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.022702E-06, 0.7989742)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.1023192, 0.1506492)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.02087018), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.806012E-07, 0.8021196)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.08813246, 0.1296372)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01797787), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.588183E-07, 0.8044513)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.07593088, 0.1115654)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01549029), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.537608E-07, 0.8061805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.06543677, 0.09602251)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01335081), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.636213E-07, 0.8074633)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.05641118, 0.08265456)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.01151073), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.859376E-07, 0.8084154)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04864863, 0.07115722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.009928151), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.192624E-07, 0.8091224)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.04197238, 0.06126872)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.008567037), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.618138E-07, 0.8096479)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03623043, 0.05276393)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.007396401), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.124299E-07, 0.8100386)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.03129204, 0.04544922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00638959), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.699719E-07, 0.8103294)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02704479, 0.03915805)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.005523683), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.334292E-07, 0.8105461)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02339198, 0.03374718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.004778964), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.02021E-07, 0.8107077)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.02025043, 0.02909342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00413848), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.749958E-07, 0.8108283)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01754863, 0.02509083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003587647), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.517601E-07, 0.8109186)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01522506, 0.02164827)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.003113924), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.31774E-07, 0.8109862)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01322682, 0.01868736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002706525), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.145936E-07, 0.8110369)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01150841, 0.0161407)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.002356176), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 9.981478E-08, 0.8110751)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.01003071, 0.0139503)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0020549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 8.711208E-08, 0.8111039)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.008760077, 0.01206629)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001795838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.618353E-08, 0.8111257)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007667585, 0.01044579)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001573092), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.679392E-08, 0.8111423)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006728351, 0.009051897)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00138159), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.872038E-08, 0.8111548)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005920997, 0.007852881)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001216972), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.178083E-08, 0.8111644)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005227133, 0.006821448)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00107549), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.581908E-08, 0.8111718)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004630958, 0.005934119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009539227), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.069845E-08, 0.8111776)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004118895, 0.005170699)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008495012), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.630248E-08, 0.811182)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003679275, 0.004513813)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007598473), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.253006E-08, 0.8111855)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003302078, 0.003948517)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006829179), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.929673E-08, 0.8111883)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.0029787, 0.003461951)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006169594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.652719E-08, 0.8111905)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002701758, 0.003043056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005604665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.415863E-08, 0.8111922)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002464914, 0.002682313)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005121478), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.213696E-08, 0.8111936)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002262735, 0.002371534)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004708961), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.041515E-08, 0.8111947)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002090565, 0.002103675)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004357625), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.895358E-08, 0.8111956)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001944414, 0.001872674)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004059338), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.771818E-08, 0.8111964)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001820862, 0.001673318)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003807139), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.667934E-08, 0.811197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001716984, 0.001501123)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003595065), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.581222E-08, 0.8111976)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001630272, 0.001352234)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003418009), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.50952E-08, 0.8111981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001558575, 0.001223337)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003271592), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.451002E-08, 0.8111985)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001500052, 0.001111586)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000315206), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.404069E-08, 0.8111988)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001453119, 0.001014539)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003056189), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367365E-08, 0.8111991)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416415, 0.0009301009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002981205), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.339719E-08, 0.8111994)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001388766, 0.0008564767)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002924716), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.32011E-08, 0.8111997)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00136916, 0.0007921305)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002884656), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.307666E-08, 0.8111999)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001356719, 0.0007357487)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002859233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301626E-08, 0.8112001)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350679, 0.0006862094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846892), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.301331E-08, 0.8112003)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001350378, 0.000642555)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002846277), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.306186E-08, 0.8112005)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001355237, 0.0006039689)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002856204), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.315695E-08, 0.8112007)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001364746, 0.0005697547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002875635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.329407E-08, 0.8112009)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00137846, 0.0005393187)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002903657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.346936E-08, 0.811201)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001395986, 0.0005121547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002939467), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.367929E-08, 0.8112012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001416979, 0.0004878308)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0002982357), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.39208E-08, 0.8112013)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00144113, 0.0004659782)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003031697), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.41912E-08, 0.8112015)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001468167, 0.0004462815)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000308693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.448801E-08, 0.8112016)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001497849, 0.0004284709)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000314756), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.480913E-08, 0.8112017)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001529958, 0.0004123148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003213144), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.515251E-08, 0.8112018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001564301, 0.0003976143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003283285), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.551655E-08, 0.8112019)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001600705, 0.0003841981)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003357632), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.589965E-08, 0.811202)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001639015, 0.0003719183)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003435863), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.630046E-08, 0.8112022)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00167909, 0.0003606472)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003517693), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.67176E-08, 0.8112023)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001720804, 0.0003502736)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003602865), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.714993E-08, 0.8112024)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001764043, 0.0003407012)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003691143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.759653E-08, 0.8112025)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001808703, 0.0003318459)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003782316), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.805634E-08, 0.8112026)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00185469, 0.0003236342)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003876192), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.852862E-08, 0.8112028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001901918, 0.0003160018)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0003972597), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.901264E-08, 0.8112029)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001950308, 0.0003088919)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004071369), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 1.950742E-08, 0.811203)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.001999792, 0.0003022547)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004172367), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.001252E-08, 0.8112031)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002050302, 0.0002960463)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004275454), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.052729E-08, 0.8112032)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002101779, 0.0002902274)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004380509), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.105112E-08, 0.8112034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002154168, 0.0002847636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004487419), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.158367E-08, 0.8112035)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002207417, 0.000279624)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004596082), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.212431E-08, 0.8112036)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002261481, 0.0002747811)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004706402), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.267267E-08, 0.8112037)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002316317, 0.0002702103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0004818292), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.322834E-08, 0.8112038)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002371884, 0.0002658895)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000493167), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.379084E-08, 0.811204)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002428145, 0.0002617989)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005046461), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.436016E-08, 0.8112041)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002485066, 0.0002579208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005162594), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.493566E-08, 0.8112042)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002542616, 0.0002542389)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005280006), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.551703E-08, 0.8112043)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002600765, 0.0002507388)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005398635), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.610433E-08, 0.8112044)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002659483, 0.0002474072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005518424), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.669697E-08, 0.8112046)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002718747, 0.0002442322)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005639323), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.729482E-08, 0.8112047)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002778532, 0.0002412028)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005761282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.789766E-08, 0.8112048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002838816, 0.0002383093)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0005884254), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.850515E-08, 0.8112049)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002899577, 0.0002355424)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006008198), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.911745E-08, 0.811205)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.002960795, 0.000232894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006133071), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 2.973402E-08, 0.8112051)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003022452, 0.0002303564)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006258838), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.03548E-08, 0.8112053)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00308453, 0.0002279227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000638546), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.097963E-08, 0.8112054)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003147013, 0.0002255864)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006512906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.160813E-08, 0.8112055)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003209886, 0.0002233417)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006641143), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.224059E-08, 0.8112056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003273132, 0.0002211831)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000677014), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.287712E-08, 0.8112058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003336739, 0.0002191057)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0006899873), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.351645E-08, 0.811206)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003400695, 0.0002171048)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007030314), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.415912E-08, 0.8112062)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003464985, 0.0002151761)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007161435), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.480548E-08, 0.8112063)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003529598, 0.0002133156)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007293214), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.545452E-08, 0.8112065)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003594525, 0.0002115197)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007425629), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.610726E-08, 0.8112067)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003659753, 0.0002097849)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007558659), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.676223E-08, 0.8112069)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003725273, 0.0002081079)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007692282), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.742048E-08, 0.8112071)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003791076, 0.0002064859)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.000782648), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.808079E-08, 0.8112072)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003857152, 0.0002049161)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0007961233), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.874441E-08, 0.8112074)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003923491, 0.0002033958)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008096523), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 3.941061E-08, 0.8112076)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.003990088, 0.0002019227)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008232337), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.007907E-08, 0.8112078)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004056934, 0.0002004945)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008368657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.074971E-08, 0.811208)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004124021, 0.000199109)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008505466), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.142292E-08, 0.8112081)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004191342, 0.0001977643)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008642752), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.20984E-08, 0.8112083)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00425889, 0.0001964585)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008780501), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.277587E-08, 0.8112085)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004326659, 0.0001951898)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0008918698), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.345594E-08, 0.8112087)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004394644, 0.0001939567)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009057335), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.413786E-08, 0.8112088)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004462836, 0.0001927575)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009196394), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.482183E-08, 0.811209)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004531233, 0.0001915908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009335868), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.550776E-08, 0.8112092)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004599826, 0.0001904552)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009475743), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.619561E-08, 0.8112094)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004668611, 0.0001893494)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009616007), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.688535E-08, 0.8112096)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004737585, 0.0001882722)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009756657), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.757691E-08, 0.8112097)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004806741, 0.0001872223)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0009897675), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.827069E-08, 0.8112099)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004876073, 0.0001861987)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001003906), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.896531E-08, 0.8112101)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.004945581, 0.0001852004)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001018079), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 4.966207E-08, 0.8112103)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005015257, 0.0001842264)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001032287), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.036048E-08, 0.8112105)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005085098, 0.0001832757)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001046528), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.106095E-08, 0.8112106)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005155099, 0.0001823475)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001060802), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.176163E-08, 0.8112108)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005225258, 0.0001814409)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001075108), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.246564E-08, 0.811211)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005295569, 0.0001805551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001089445), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.316983E-08, 0.8112112)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005366033, 0.0001796894)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001103813), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.387593E-08, 0.8112113)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005436643, 0.000178843)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001118211), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.458345E-08, 0.8112115)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005507395, 0.0001780153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001132637), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.529193E-08, 0.8112117)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005578289, 0.0001772056)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001147093), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.600268E-08, 0.8112119)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005649318, 0.0001764132)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001161576), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.67143E-08, 0.8112121)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00572048, 0.0001756376)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001176086), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.742725E-08, 0.8112122)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005791775, 0.0001748781)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001190624), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.814103E-08, 0.8112124)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005863198, 0.0001741344)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001205187), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.885697E-08, 0.8112127)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.005934747, 0.0001734058)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001219776), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 5.95737E-08, 0.8112129)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00600642, 0.0001726918)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00123439), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.029163E-08, 0.8112131)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006078213, 0.000171992)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001249028), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.101074E-08, 0.8112134)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006150124, 0.000171306)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001263691), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.173101E-08, 0.8112136)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006222152, 0.0001706332)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001278377), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.245244E-08, 0.8112139)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006294294, 0.0001699734)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001293087), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.317497E-08, 0.8112141)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006366548, 0.000169326)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001307819), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.389861E-08, 0.8112143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006438911, 0.0001686908)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001322574), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.462333E-08, 0.8112146)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006511383, 0.0001680673)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001337351), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.534817E-08, 0.8112148)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006583958, 0.0001674551)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001352148), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.607583E-08, 0.811215)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006656634, 0.000166854)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001366967), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.680271E-08, 0.8112153)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006729413, 0.0001662636)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001381806), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.753148E-08, 0.8112155)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00680229, 0.0001656836)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001396665), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.826306E-08, 0.8112158)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006875266, 0.0001651138)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001411545), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.89929E-08, 0.811216)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.006948341, 0.0001645538)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001426444), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 6.97255E-08, 0.8112162)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00702151, 0.0001640034)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001441363), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.04572E-08, 0.8112165)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007094771, 0.0001634622)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.0014563), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.119073E-08, 0.8112167)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007168123, 0.0001629301)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001471256), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.192513E-08, 0.811217)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007241563, 0.0001624068)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.00148623), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.265952E-08, 0.8112172)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007315093, 0.0001618921)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001501222), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.339659E-08, 0.8112174)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00738871, 0.0001613857)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001516232), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.41336E-08, 0.8112177)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.00746241, 0.0001608874)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001531259), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.487056E-08, 0.8112179)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007536198, 0.000160397)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001546303), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.561104E-08, 0.8112181)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007610064, 0.0001599143)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001561364), [Pos(TupelToVector), Vel(TupelToVector), Acc(TupelToVector), t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(Variable_(Pos), http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit(http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Vel), Variable_(t)), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(0.5, http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(Acc), http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit(Variable_(t), Variable_(t))))))}[t(http://mathhub.info/MitM/Foundation?RealLiterals?real_lit)] => {MakeObjectArray(TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 7.634964E-08, 0.8112184)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, 0.007684014, 0.0001594391)), TupelToVector(http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple(0, -9.809999, 0)), Variable_(t))}(-1E-05, 0.001576442)}",
-        "Label": "Éš",
-        "hasCustomLabel": false,
-        "LabelId": 538
-      }
-    },
-    "name": null,
-    "path": null
-  },
-  "solution_approches": [],
-  "AllowedScrolls": null,
-  "AllowedGadgets": null,
-  "name": "CanonBall A",
-  "path": null
-}
\ No newline at end of file
diff --git a/Assets/Stages/TechDemo A.JSON b/Assets/Stages/TechDemo A.JSON
index 0cab1370..bba2dcaf 100644
--- a/Assets/Stages/TechDemo A.JSON	
+++ b/Assets/Stages/TechDemo A.JSON	
@@ -46,7 +46,7 @@
         "gadget_rank": -1,
         "scroll_label": null,
         "GadgetFlow": [],
-        "GadgetTime": 0.87705790000018169
+        "GadgetTime": 1.0604520999986562
       },
       {
         "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact2",
@@ -56,7 +56,7 @@
         "gadget_rank": -1,
         "scroll_label": null,
         "GadgetFlow": [],
-        "GadgetTime": 0.87705790000018169
+        "GadgetTime": 1.0604520999986562
       },
       {
         "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact3",
@@ -66,7 +66,7 @@
         "gadget_rank": -1,
         "scroll_label": null,
         "GadgetFlow": [],
-        "GadgetTime": 0.87705790000018169
+        "GadgetTime": 1.0604520999986562
       }
     ],
     "marker": 3,
diff --git a/Assets/Stages/TechDemo A.JSON.meta b/Assets/Stages/TechDemo A.JSON.meta
index 07a41910..e0b5eb5b 100644
--- a/Assets/Stages/TechDemo A.JSON.meta	
+++ b/Assets/Stages/TechDemo A.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 218d2a96656c0084bbe511b0b0338d01
+guid: 41dda5511c2025a43afcac14b4e5c941
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/Stages/TechDemo B.JSON b/Assets/Stages/TechDemo B.JSON
index c2db0fbb..47f5e7b3 100644
--- a/Assets/Stages/TechDemo B.JSON	
+++ b/Assets/Stages/TechDemo B.JSON	
@@ -64,7 +64,7 @@
         "gadget_rank": -1,
         "scroll_label": null,
         "GadgetFlow": [],
-        "GadgetTime": 0.87705790000018169
+        "GadgetTime": 1.0604520999986562
       },
       {
         "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact5",
@@ -74,7 +74,7 @@
         "gadget_rank": -1,
         "scroll_label": null,
         "GadgetFlow": [],
-        "GadgetTime": 0.87705790000018169
+        "GadgetTime": 1.0604520999986562
       },
       {
         "Id": "http://mathhub.info/FrameIT/frameworld?DefaultSituationSpace/SituationTheory1?fact6",
@@ -84,7 +84,7 @@
         "gadget_rank": -1,
         "scroll_label": null,
         "GadgetFlow": [],
-        "GadgetTime": 0.87705790000018169
+        "GadgetTime": 1.0604520999986562
       }
     ],
     "marker": 3,
diff --git a/Assets/Stages/TechDemo B.JSON.meta b/Assets/Stages/TechDemo B.JSON.meta
index 3f314c02..57082c04 100644
--- a/Assets/Stages/TechDemo B.JSON.meta	
+++ b/Assets/Stages/TechDemo B.JSON.meta	
@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 61155bac0d422bd42bba9368cf492aa6
+guid: 57c26029b000ca64ca57685dba4bd082
 TextScriptImporter:
   externalObjects: {}
   userData: 
diff --git a/Assets/StreamingAssets/scrolls.json b/Assets/StreamingAssets/scrolls.json
index 24462f3d..a28aba3b 100644
--- a/Assets/StreamingAssets/scrolls.json
+++ b/Assets/StreamingAssets/scrolls.json
@@ -22353,7730 +22353,72 @@
 		]
 	},
 	{
-		"ref": "http://mathhub.info/FrameIT/frameworld?BouncingScroll",
-		"label": "BouncingScroll",
-		"description": "Bouncing ",
+		"ref": "http://mathhub.info/FrameIT/frameworld?WBouncingScroll",
+		"label": "WBouncingScroll",
+		"description": "Bouncing 2D",
 		"requiredFacts": [
 			{
 				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?get_ht"
+					"uri": "http://mathhub.info/FrameIT/frameworld?WBouncingScroll/Problem?position"
 				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						}
-					],
-					"ret": {
-						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-						"kind": "OMS"
-					},
-					"kind": "FUNTYPE"
-				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "z",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "zv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "g",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"name": "zv",
-												"kind": "VAR"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?sqrt",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "zv",
-																		"kind": "VAR"
-																	},
-																	{
-																		"name": "zv",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"float": 2.0,
-																						"kind": "OMF"
-																					},
-																					{
-																						"name": "g",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"name": "z",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "g",
-										"kind": "VAR"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					}
+				"kind": "general"
+			},{
+				"ref": {
+					"uri": "http://mathhub.info/FrameIT/frameworld?WBouncingScroll/Problem?velocity"
 				},
 				"kind": "general"
-			},
-			{
+			},{
 				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?new_ht"
+					"uri": "http://mathhub.info/FrameIT/frameworld?WBouncingScroll/Problem?g_base"
 				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						}
-					],
-					"ret": {
-						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-						"kind": "OMS"
-					},
-					"kind": "FUNTYPE"
+				"kind": "general"
+			},{
+				"ref": {
+					"uri": "http://mathhub.info/FrameIT/frameworld?WBouncingScroll/Problem?bounce"
 				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "zv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "g",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "ht",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "bo",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"float": -2.0,
-										"kind": "OMF"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"name": "bo",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "g",
-																"kind": "VAR"
-															},
-															{
-																"name": "ht",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"name": "zv",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "g",
-										"kind": "VAR"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					}
+				"kind": "general"
+			},{
+				"ref": {
+					"uri": "http://mathhub.info/FrameIT/frameworld?WBouncingScroll/Problem?walls"
 				},
 				"kind": "general"
-			},
+			}
+		],
+		"acquiredFacts": []
+	},	
+	{
+		"ref": "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll",
+		"label": "W3DBouncingScroll",
+		"description": "Bouncing 3D",
+		"requiredFacts": [
 			{
 				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?prep"
+					"uri": "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll/Problem?position"
 				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						}
-					],
-					"ret": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					},
-					"kind": "FUNTYPE"
+				"kind": "general"
+			},{
+				"ref": {
+					"uri": "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll/Problem?velocity"
 				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "x",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "y",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "z",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "xv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "yv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "zv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "g",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "bo",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "x",
-										"kind": "VAR"
-									},
-									{
-										"name": "y",
-										"kind": "VAR"
-									},
-									{
-										"name": "z",
-										"kind": "VAR"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "xv",
-										"kind": "VAR"
-									},
-									{
-										"name": "yv",
-										"kind": "VAR"
-									},
-									{
-										"name": "zv",
-										"kind": "VAR"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "g",
-										"kind": "VAR"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "zv",
-																"kind": "VAR"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?sqrt",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "zv",
-																						"kind": "VAR"
-																					},
-																					{
-																						"name": "zv",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"float": 2.0,
-																										"kind": "OMF"
-																									},
-																									{
-																										"name": "g",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							},
-																							{
-																								"name": "z",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"name": "g",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"name": "bo",
-										"kind": "VAR"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					}
+				"kind": "general"
+			},{
+				"ref": {
+					"uri": "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll/Problem?g_base"
 				},
 				"kind": "general"
-			},
-			{
+			},{
 				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?edit"
+					"uri": "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll/Problem?bounce"
 				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"applicant": {
-								"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								}
-							],
-							"kind": "OMA"
-						}
-					],
-					"ret": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					},
-					"kind": "FUNTYPE"
-				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "vals",
-							"tp": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "vals",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"float": 0.0,
-										"kind": "OMF"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "vals",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"float": -2.0,
-														"kind": "OMF"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"name": "vals",
-																												"kind": "VAR"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					}
-				},
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?red_ht"
-				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"applicant": {
-								"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								}
-							],
-							"kind": "OMA"
-						}
-					],
-					"ret": {
-						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-						"kind": "OMS"
-					},
-					"kind": "FUNTYPE"
-				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "cele",
-							"tp": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"name": "cele",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					}
-				},
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?get_pos_fun"
-				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						},
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						}
-					],
-					"ret": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							},
-							{
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							},
-							{
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						],
-						"kind": "OMA"
-					},
-					"kind": "FUNTYPE"
-				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "x",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "y",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "z",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "xv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "yv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "zv",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "g",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						},
-						{
-							"name": "t",
-							"tp": {
-								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-								"kind": "OMS"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "x",
-										"kind": "VAR"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"name": "xv",
-												"kind": "VAR"
-											},
-											{
-												"name": "t",
-												"kind": "VAR"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"name": "y",
-										"kind": "VAR"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"name": "yv",
-												"kind": "VAR"
-											},
-											{
-												"name": "t",
-												"kind": "VAR"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"float": 0.5,
-														"kind": "OMF"
-													},
-													{
-														"name": "g",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"name": "t",
-														"kind": "VAR"
-													},
-													{
-														"name": "t",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"name": "z",
-												"kind": "VAR"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"name": "zv",
-														"kind": "VAR"
-													},
-													{
-														"name": "t",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						],
-						"kind": "OMA"
-					}
-				},
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/funcs?end_cond"
-				},
-				"label": "<no label>",
-				"tp": {
-					"params": [
-						{
-							"applicant": {
-								"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								}
-							],
-							"kind": "OMA"
-						}
-					],
-					"ret": {
-						"uri": "http://mathhub.info/MitM/Foundation?Logic?prop",
-						"kind": "OMS"
-					},
-					"kind": "FUNTYPE"
-				},
-				"df": {
-					"kind": "FUN",
-					"params": [
-						{
-							"name": "vals",
-							"tp": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											},
-											{
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-												"kind": "OMS"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						}
-					],
-					"body": {
-						"applicant": {
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?leq_real_lit",
-							"kind": "OMS"
-						},
-						"arguments": [
-							{
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "vals",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							},
-							{
-								"float": 0.1,
-								"kind": "OMF"
-							}
-						],
-						"kind": "OMA"
-					}
-				},
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xposition"
-				},
-				"label": "X",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yposition"
-				},
-				"label": "Y",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition"
-				},
-				"label": "Z",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xvelocity"
-				},
-				"label": "XV",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yvelocity"
-				},
-				"label": "YV",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity"
-				},
-				"label": "ZV",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base"
-				},
-				"label": "G",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?bounce"
-				},
-				"label": "BO",
-				"tp": {
-					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-					"kind": "OMS"
-				},
-				"df": null,
-				"kind": "general"
-			}
-		],
-		"acquiredFacts": [
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Solution?full_list"
-				},
-				"label": "<no label>",
-				"tp": {
-					"applicant": {
-						"uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType",
-						"kind": "OMS"
-					},
-					"arguments": [
-						{
-							"applicant": {
-								"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								}
-							],
-							"kind": "OMA"
-						}
-					],
-					"kind": "OMA"
-				},
-				"df": {
-					"applicant": {
-						"uri": "http://mathhub.info/FrameIT/frameworld?StepUntil?stepUntil",
-						"kind": "OMS"
-					},
-					"arguments": [
-						{
-							"applicant": {
-								"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								}
-							],
-							"kind": "OMA"
-						},
-						{
-							"applicant": {
-								"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xposition",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yposition",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xvelocity",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yvelocity",
-											"kind": "OMS"
-										},
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-											"kind": "OMS"
-										},
-										{
-											"applicant": {
-												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"applicant": {
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-														"kind": "OMS"
-													},
-													"arguments": [
-														{
-															"applicant": {
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																"kind": "OMS"
-															},
-															"arguments": [
-																{
-																	"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																	"kind": "OMS"
-																},
-																{
-																	"applicant": {
-																		"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?sqrt",
-																		"kind": "OMS"
-																	},
-																	"arguments": [
-																		{
-																			"applicant": {
-																				"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																				"kind": "OMS"
-																			},
-																			"arguments": [
-																				{
-																					"applicant": {
-																						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																						"kind": "OMS"
-																					},
-																					"arguments": [
-																						{
-																							"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																							"kind": "OMS"
-																						},
-																						{
-																							"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																							"kind": "OMS"
-																						}
-																					],
-																					"kind": "OMA"
-																				},
-																				{
-																					"applicant": {
-																						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																						"kind": "OMS"
-																					},
-																					"arguments": [
-																						{
-																							"applicant": {
-																								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																								"kind": "OMS"
-																							},
-																							"arguments": [
-																								{
-																									"applicant": {
-																										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																										"kind": "OMS"
-																									},
-																									"arguments": [
-																										{
-																											"float": 2.0,
-																											"kind": "OMF"
-																										},
-																										{
-																											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-																											"kind": "OMS"
-																										}
-																									],
-																									"kind": "OMA"
-																								},
-																								{
-																									"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition",
-																									"kind": "OMS"
-																								}
-																							],
-																							"kind": "OMA"
-																						}
-																					],
-																					"kind": "OMA"
-																				}
-																			],
-																			"kind": "OMA"
-																		}
-																	],
-																	"kind": "OMA"
-																}
-															],
-															"kind": "OMA"
-														}
-													],
-													"kind": "OMA"
-												},
-												{
-													"applicant": {
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-														"kind": "OMS"
-													},
-													"arguments": [
-														{
-															"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-															"kind": "OMS"
-														}
-													],
-													"kind": "OMA"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?bounce",
-											"kind": "OMS"
-										}
-									],
-									"kind": "OMA"
-								}
-							],
-							"kind": "OMA"
-						},
-						{
-							"kind": "FUN",
-							"params": [
-								{
-									"name": "vals",
-									"tp": {
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								}
-							],
-							"body": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"float": 0.0,
-												"kind": "OMF"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"float": -2.0,
-																"kind": "OMF"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"name": "vals",
-																												"kind": "VAR"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"name": "vals",
-																												"kind": "VAR"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					},
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"name": "vals",
-																												"kind": "VAR"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						},
-						{
-							"kind": "FUN",
-							"params": [
-								{
-									"name": "vals",
-									"tp": {
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								}
-							],
-							"body": {
-								"applicant": {
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?leq_real_lit",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"float": 0.1,
-										"kind": "OMF"
-									}
-								],
-								"kind": "OMA"
-							}
-						}
-					],
-					"kind": "OMA"
-				},
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Solution?ht_list"
-				},
-				"label": "<no label>",
-				"tp": {
-					"applicant": {
-						"uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType",
-						"kind": "OMS"
-					},
-					"arguments": [
-						{
-							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-							"kind": "OMS"
-						}
-					],
-					"kind": "OMA"
-				},
-				"df": {
-					"applicant": {
-						"uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListOperations?map",
-						"kind": "OMS"
-					},
-					"arguments": [
-						{
-							"applicant": {
-								"uri": "http://mathhub.info/FrameIT/frameworld?StepUntil?stepUntil",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xposition",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yposition",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xvelocity",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yvelocity",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-													"kind": "OMS"
-												},
-												{
-													"applicant": {
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-														"kind": "OMS"
-													},
-													"arguments": [
-														{
-															"applicant": {
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																"kind": "OMS"
-															},
-															"arguments": [
-																{
-																	"applicant": {
-																		"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																		"kind": "OMS"
-																	},
-																	"arguments": [
-																		{
-																			"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																			"kind": "OMS"
-																		},
-																		{
-																			"applicant": {
-																				"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?sqrt",
-																				"kind": "OMS"
-																			},
-																			"arguments": [
-																				{
-																					"applicant": {
-																						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																						"kind": "OMS"
-																					},
-																					"arguments": [
-																						{
-																							"applicant": {
-																								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																								"kind": "OMS"
-																							},
-																							"arguments": [
-																								{
-																									"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																									"kind": "OMS"
-																								},
-																								{
-																									"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																									"kind": "OMS"
-																								}
-																							],
-																							"kind": "OMA"
-																						},
-																						{
-																							"applicant": {
-																								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																								"kind": "OMS"
-																							},
-																							"arguments": [
-																								{
-																									"applicant": {
-																										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																										"kind": "OMS"
-																									},
-																									"arguments": [
-																										{
-																											"applicant": {
-																												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																												"kind": "OMS"
-																											},
-																											"arguments": [
-																												{
-																													"float": 2.0,
-																													"kind": "OMF"
-																												},
-																												{
-																													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-																													"kind": "OMS"
-																												}
-																											],
-																											"kind": "OMA"
-																										},
-																										{
-																											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition",
-																											"kind": "OMS"
-																										}
-																									],
-																									"kind": "OMA"
-																								}
-																							],
-																							"kind": "OMA"
-																						}
-																					],
-																					"kind": "OMA"
-																				}
-																			],
-																			"kind": "OMA"
-																		}
-																	],
-																	"kind": "OMA"
-																}
-															],
-															"kind": "OMA"
-														},
-														{
-															"applicant": {
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-																"kind": "OMS"
-															},
-															"arguments": [
-																{
-																	"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-																	"kind": "OMS"
-																}
-															],
-															"kind": "OMA"
-														}
-													],
-													"kind": "OMA"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?bounce",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"kind": "FUN",
-									"params": [
-										{
-											"name": "vals",
-											"tp": {
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										}
-									],
-									"body": {
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"float": 0.0,
-														"kind": "OMF"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"name": "vals",
-																												"kind": "VAR"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"float": -2.0,
-																		"kind": "OMF"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							},
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"applicant": {
-																															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																															"kind": "OMS"
-																														},
-																														"arguments": [
-																															{
-																																"name": "vals",
-																																"kind": "VAR"
-																															}
-																														],
-																														"kind": "OMA"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					},
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								},
-								{
-									"kind": "FUN",
-									"params": [
-										{
-											"name": "vals",
-											"tp": {
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										}
-									],
-									"body": {
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?leq_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"float": 0.1,
-												"kind": "OMF"
-											}
-										],
-										"kind": "OMA"
-									}
-								}
-							],
-							"kind": "OMA"
-						},
-						{
-							"kind": "FUN",
-							"params": [
-								{
-									"name": "xele",
-									"tp": {
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								}
-							],
-							"body": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "xele",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						}
-					],
-					"kind": "OMA"
-				},
-				"kind": "general"
-			},
-			{
-				"ref": {
-					"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Solution?fun_list"
-				},
-				"label": "<no label>",
-				"tp": {
-					"applicant": {
-						"uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListSymbols?ListType",
-						"kind": "OMS"
-					},
-					"arguments": [
-						{
-							"params": [
-								{
-									"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-									"kind": "OMS"
-								}
-							],
-							"ret": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									},
-									{
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								],
-								"kind": "OMA"
-							},
-							"kind": "FUNTYPE"
-						}
-					],
-					"kind": "OMA"
-				},
-				"df": {
-					"applicant": {
-						"uri": "http://gl.mathhub.info/MMT/LFX/Datatypes?ListOperations?map",
-						"kind": "OMS"
-					},
-					"arguments": [
-						{
-							"applicant": {
-								"uri": "http://mathhub.info/FrameIT/frameworld?StepUntil?stepUntil",
-								"kind": "OMS"
-							},
-							"arguments": [
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"applicant": {
-										"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-										"kind": "OMS"
-									},
-									"arguments": [
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xposition",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yposition",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?xvelocity",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?yvelocity",
-													"kind": "OMS"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										},
-										{
-											"applicant": {
-												"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-												"kind": "OMS"
-											},
-											"arguments": [
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-													"kind": "OMS"
-												},
-												{
-													"applicant": {
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-														"kind": "OMS"
-													},
-													"arguments": [
-														{
-															"applicant": {
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																"kind": "OMS"
-															},
-															"arguments": [
-																{
-																	"applicant": {
-																		"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																		"kind": "OMS"
-																	},
-																	"arguments": [
-																		{
-																			"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																			"kind": "OMS"
-																		},
-																		{
-																			"applicant": {
-																				"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?sqrt",
-																				"kind": "OMS"
-																			},
-																			"arguments": [
-																				{
-																					"applicant": {
-																						"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																						"kind": "OMS"
-																					},
-																					"arguments": [
-																						{
-																							"applicant": {
-																								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																								"kind": "OMS"
-																							},
-																							"arguments": [
-																								{
-																									"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																									"kind": "OMS"
-																								},
-																								{
-																									"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zvelocity",
-																									"kind": "OMS"
-																								}
-																							],
-																							"kind": "OMA"
-																						},
-																						{
-																							"applicant": {
-																								"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																								"kind": "OMS"
-																							},
-																							"arguments": [
-																								{
-																									"applicant": {
-																										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																										"kind": "OMS"
-																									},
-																									"arguments": [
-																										{
-																											"applicant": {
-																												"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																												"kind": "OMS"
-																											},
-																											"arguments": [
-																												{
-																													"float": 2.0,
-																													"kind": "OMF"
-																												},
-																												{
-																													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-																													"kind": "OMS"
-																												}
-																											],
-																											"kind": "OMA"
-																										},
-																										{
-																											"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?zposition",
-																											"kind": "OMS"
-																										}
-																									],
-																									"kind": "OMA"
-																								}
-																							],
-																							"kind": "OMA"
-																						}
-																					],
-																					"kind": "OMA"
-																				}
-																			],
-																			"kind": "OMA"
-																		}
-																	],
-																	"kind": "OMA"
-																}
-															],
-															"kind": "OMA"
-														},
-														{
-															"applicant": {
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-																"kind": "OMS"
-															},
-															"arguments": [
-																{
-																	"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?g_base",
-																	"kind": "OMS"
-																}
-															],
-															"kind": "OMA"
-														}
-													],
-													"kind": "OMA"
-												},
-												{
-													"uri": "http://mathhub.info/FrameIT/frameworld?BouncingScroll/Problem?bounce",
-													"kind": "OMS"
-												}
-											],
-											"kind": "OMA"
-										}
-									],
-									"kind": "OMA"
-								},
-								{
-									"kind": "FUN",
-									"params": [
-										{
-											"name": "vals",
-											"tp": {
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										}
-									],
-									"body": {
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"float": 0.0,
-														"kind": "OMF"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"name": "vals",
-																												"kind": "VAR"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"name": "vals",
-																										"kind": "VAR"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"float": -2.0,
-																		"kind": "OMF"
-																	},
-																	{
-																		"applicant": {
-																			"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?minus_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			},
-																			{
-																				"applicant": {
-																					"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							},
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"applicant": {
-																															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																															"kind": "OMS"
-																														},
-																														"arguments": [
-																															{
-																																"name": "vals",
-																																"kind": "VAR"
-																															}
-																														],
-																														"kind": "OMA"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					},
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"applicant": {
-																									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																									"kind": "OMS"
-																								},
-																								"arguments": [
-																									{
-																										"applicant": {
-																											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																											"kind": "OMS"
-																										},
-																										"arguments": [
-																											{
-																												"applicant": {
-																													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																													"kind": "OMS"
-																												},
-																												"arguments": [
-																													{
-																														"name": "vals",
-																														"kind": "VAR"
-																													}
-																												],
-																												"kind": "OMA"
-																											}
-																										],
-																										"kind": "OMA"
-																									}
-																								],
-																								"kind": "OMA"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"applicant": {
-																	"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?inv_real_lit",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								},
-								{
-									"kind": "FUN",
-									"params": [
-										{
-											"name": "vals",
-											"tp": {
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															},
-															{
-																"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-																"kind": "OMS"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										}
-									],
-									"body": {
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?leq_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"float": 0.1,
-												"kind": "OMF"
-											}
-										],
-										"kind": "OMA"
-									}
-								}
-							],
-							"kind": "OMA"
-						},
-						{
-							"kind": "FUN",
-							"params": [
-								{
-									"name": "vals",
-									"tp": {
-										"applicant": {
-											"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Product",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													},
-													{
-														"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-														"kind": "OMS"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								},
-								{
-									"name": "t",
-									"tp": {
-										"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?real_lit",
-										"kind": "OMS"
-									}
-								}
-							],
-							"body": {
-								"applicant": {
-									"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Tuple",
-									"kind": "OMS"
-								},
-								"arguments": [
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "vals",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"name": "t",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"name": "vals",
-																		"kind": "VAR"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"name": "t",
-														"kind": "VAR"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									},
-									{
-										"applicant": {
-											"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-											"kind": "OMS"
-										},
-										"arguments": [
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"float": 0.5,
-																"kind": "OMF"
-															},
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"name": "vals",
-																						"kind": "VAR"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"name": "t",
-																"kind": "VAR"
-															},
-															{
-																"name": "t",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											},
-											{
-												"applicant": {
-													"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?plus_real_lit",
-													"kind": "OMS"
-												},
-												"arguments": [
-													{
-														"applicant": {
-															"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"name": "vals",
-																				"kind": "VAR"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															}
-														],
-														"kind": "OMA"
-													},
-													{
-														"applicant": {
-															"uri": "http://mathhub.info/MitM/Foundation?RealLiterals?times_real_lit",
-															"kind": "OMS"
-														},
-														"arguments": [
-															{
-																"applicant": {
-																	"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																	"kind": "OMS"
-																},
-																"arguments": [
-																	{
-																		"applicant": {
-																			"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																			"kind": "OMS"
-																		},
-																		"arguments": [
-																			{
-																				"applicant": {
-																					"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projl",
-																					"kind": "OMS"
-																				},
-																				"arguments": [
-																					{
-																						"applicant": {
-																							"uri": "http://gl.mathhub.info/MMT/LFX/Sigma?Symbols?Projr",
-																							"kind": "OMS"
-																						},
-																						"arguments": [
-																							{
-																								"name": "vals",
-																								"kind": "VAR"
-																							}
-																						],
-																						"kind": "OMA"
-																					}
-																				],
-																				"kind": "OMA"
-																			}
-																		],
-																		"kind": "OMA"
-																	}
-																],
-																"kind": "OMA"
-															},
-															{
-																"name": "t",
-																"kind": "VAR"
-															}
-														],
-														"kind": "OMA"
-													}
-												],
-												"kind": "OMA"
-											}
-										],
-										"kind": "OMA"
-									}
-								],
-								"kind": "OMA"
-							}
-						}
-					],
-					"kind": "OMA"
+				"kind": "general"
+			},{
+				"ref": {
+					"uri": "http://mathhub.info/FrameIT/frameworld?W3DBouncingScroll/Problem?wallsr"
 				},
 				"kind": "general"
 			}
-		]
+		],
+		"acquiredFacts": []
 	},
 	{
 		"ref": "http://mathhub.info/FrameIT/frameworld?CircleLineAngleScroll",
-- 
GitLab